Html Css Color HEX #AFEE74 Sulu

📋 copy color: '#AFEE74'

red 175 ◦ green 238 ◦ blue 116

#AFEE74
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #AFEE74

Tints of Sulu #AFEE74

RGB

 RED value IS 175 (68.75% from 255) = 33.08%

 GREEN value IS 238 (93.36% from 255) = 44.99%

 BLUE value IS 116 (45.7% from 255) = 21.93%

R = 33.08%
G = 44.99%
B = 21.93%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AFEE74 (or 0xAFEE74) is known color: Sulu. HEX triplet: AF, EE and 74. RGB value is (175,238,116). Sum of RGB (Red+Green+Blue) = 175+238+116=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEE74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEE74 is #50118B. Grayscale: #CDCDCD. Windows color (decimal): -5247372 or 7663279. OLE color: 7663279.

HSL color Cylindrical-coordinate representation of color #AFEE74: hue angle of 90.98º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFEE74 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 238 116 -
CMYK 0.26 0 0.51 0.07
HSL 90.98º 0.78% 0.69% -
HSV(B) 90.98º 0.51% 0.93% -
XYZ 51.41 71.52 27.62 -
YUV 205.26 77.63 106.42 -
System Red Green Blue C M Y K H S L
Decimal 175 238 116 0.26 0 0.51 0.07 90.98 0.78 0.69
Hex AF EE 74 1A 0 33 7 5B 4E 45
Octal 257 356 164 32 0 63 7 133 116 105
Binary 10101111 11101110 1110100 11010 0 110011 111 1011011 1001110 1000101

Color Harmonies of #AFEE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEE74

Black with #AFEE74

Text Example


Text Example

White with #AFEE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEE74; }

 p { color: rgb(175,238,116); }

 H1.HeaderClassName
 {
   color: #AFEE74;
 }
 .AnyTagClassName
 {
   color: #AFEE74;
 }
</style>

background-color css

<style>
 a { background-color: #AFEE74; }

 a { background-color: rgb(175,238,116); }

 div.DivClassName
 {
   background-color: #AFEE74;
 }
 .BgClassName
 {
   background-color: #AFEE74;
 }
</style>

border-color css

<style>
 span { border-color: #AFEE74; }

 span { border-color: rgb(175,238,116); }

 td.TdClassName
 {
   border-color: #AFEE74;
 }
 .TagClassName
 {
   border-color: #AFEE74;
 }
</style>