Html Css Color HEX #CAF077 Sulu

📋 copy color: '#CAF077'

red 202 ◦ green 240 ◦ blue 119

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

Shades of Sulu #CAF077

Tints of Sulu #CAF077

RGB

 RED value IS 202 (79.3% from 255) = 36.01%

 GREEN value IS 240 (94.14% from 255) = 42.78%

 BLUE value IS 119 (46.88% from 255) = 21.21%

R = 36.01%
G = 42.78%
B = 21.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#CAF077 (or 0xCAF077) is known color: Sulu. HEX triplet: CA, F0 and 77. RGB value is (202,240,119). Sum of RGB (Red+Green+Blue) = 202+240+119=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 119 (46.88% from 255 or 21.21% from 561); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF077 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF077 is #350F88. Grayscale: #D7D7D7. Windows color (decimal): -3477385 or 7860426. OLE color: 7860426.

HSL color Cylindrical-coordinate representation of color #CAF077: hue angle of 78.84º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAF077 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 240 119 -
CMYK 0.16 0 0.50 0.06
HSL 78.84º 0.8% 0.7% -
HSV(B) 78.84º 0.5% 0.94% -
XYZ 58.85 76.21 29.06 -
YUV 214.84 73.91 118.84 -
System Red Green Blue C M Y K H S L
Decimal 202 240 119 0.16 0 0.50 0.06 78.84 0.8 0.7
Hex CA F0 77 10 0 32 6 4F 50 46
Octal 312 360 167 20 0 62 6 117 120 106
Binary 11001010 11110000 1110111 10000 0 110010 110 1001111 1010000 1000110

Color Harmonies of #CAF077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF077

Black with #CAF077

Text Example


Text Example

White with #CAF077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF077; }

 p { color: rgb(202,240,119); }

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

background-color css

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

 a { background-color: rgb(202,240,119); }

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

border-color css

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

 span { border-color: rgb(202,240,119); }

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