Html Css Color HEX #CAF577 Sulu

📋 copy color: '#CAF577'

red 202 ◦ green 245 ◦ blue 119

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

Shades of Sulu #CAF577

Tints of Sulu #CAF577

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.29%

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

R = 35.69%
G = 43.29%
B = 21.02%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#CAF577 (or 0xCAF577) is known color: Sulu. HEX triplet: CA, F5 and 77. RGB value is (202,245,119). Sum of RGB (Red+Green+Blue) = 202+245+119=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 245 (96.09% from 255 or 43.29% from 566); Blue value is 119 (46.88% from 255 or 21.02% from 566); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF577 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF577 is #350A88. Grayscale: #DADADA. Windows color (decimal): -3476105 or 7861706. OLE color: 7861706.

HSL color Cylindrical-coordinate representation of color #CAF577: hue angle of 80.48º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAF577 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 245 119 -
CMYK 0.18 0 0.51 0.04
HSL 80.48º 0.86% 0.71% -
HSV(B) 80.48º 0.51% 0.96% -
XYZ 60.34 79.19 29.56 -
YUV 217.78 72.25 116.75 -
System Red Green Blue C M Y K H S L
Decimal 202 245 119 0.18 0 0.51 0.04 80.48 0.86 0.71
Hex CA F5 77 12 0 33 4 50 56 47
Octal 312 365 167 22 0 63 4 120 126 107
Binary 11001010 11110101 1110111 10010 0 110011 100 1010000 1010110 1000111

Color Harmonies of #CAF577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF577

Black with #CAF577

Text Example


Text Example

White with #CAF577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF577; }

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

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

background-color css

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

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

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

border-color css

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

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

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