Html Css Color HEX #CAF676 Sulu

📋 copy color: '#CAF676'

red 202 ◦ green 246 ◦ blue 118

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

Shades of Sulu #CAF676

Tints of Sulu #CAF676

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.46%

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

R = 35.69%
G = 43.46%
B = 20.85%

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

#CAF676 (or 0xCAF676) is known color: Sulu. HEX triplet: CA, F6 and 76. RGB value is (202,246,118). Sum of RGB (Red+Green+Blue) = 202+246+118=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 246 (96.48% from 255 or 43.46% from 566); Blue value is 118 (46.48% from 255 or 20.85% from 566); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF676 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF676 is #350989. Grayscale: #DADADA. Windows color (decimal): -3475850 or 7796426. OLE color: 7796426.

HSL color Cylindrical-coordinate representation of color #CAF676: hue angle of 80.62º degrees, saturation: 0.88, 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 #CAF676 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 246 118 -
CMYK 0.18 0 0.52 0.04
HSL 80.63º 0.88% 0.71% -
HSV(B) 80.63º 0.52% 0.96% -
XYZ 60.58 79.78 29.34 -
YUV 218.25 71.42 116.41 -
System Red Green Blue C M Y K H S L
Decimal 202 246 118 0.18 0 0.52 0.04 80.63 0.88 0.71
Hex CA F6 76 12 0 34 4 51 58 47
Octal 312 366 166 22 0 64 4 121 130 107
Binary 11001010 11110110 1110110 10010 0 110100 100 1010001 1011000 1000111

Color Harmonies of #CAF676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF676

Black with #CAF676

Text Example


Text Example

White with #CAF676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF676; }

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

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

background-color css

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

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

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

border-color css

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

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

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