Html Css Color HEX #CAF576 Sulu

📋 copy color: '#CAF576'

red 202 ◦ green 245 ◦ blue 118

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

Shades of Sulu #CAF576

Tints of Sulu #CAF576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 20.88%

R = 35.75%
G = 43.36%
B = 20.88%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#CAF576 (or 0xCAF576) is known color: Sulu. HEX triplet: CA, F5 and 76. RGB value is (202,245,118). Sum of RGB (Red+Green+Blue) = 202+245+118=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 245 (96.09% from 255 or 43.36% from 565); Blue value is 118 (46.48% from 255 or 20.88% from 565); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF576 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF576 is #350A89. Grayscale: #DADADA. Windows color (decimal): -3476106 or 7796170. OLE color: 7796170.

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

Color convert

RGB 202 245 118 -
CMYK 0.18 0 0.52 0.04
HSL 80.31º 0.86% 0.71% -
HSV(B) 80.31º 0.52% 0.96% -
XYZ 60.28 79.17 29.24 -
YUV 217.67 71.75 116.83 -
System Red Green Blue C M Y K H S L
Decimal 202 245 118 0.18 0 0.52 0.04 80.31 0.86 0.71
Hex CA F5 76 12 0 34 4 50 56 47
Octal 312 365 166 22 0 64 4 120 126 107
Binary 11001010 11110101 1110110 10010 0 110100 100 1010000 1010110 1000111

Color Harmonies of #CAF576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF576

Black with #CAF576

Text Example


Text Example

White with #CAF576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF576; }

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

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

background-color css

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

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

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

border-color css

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

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

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