Html Css Color HEX #CAF276 Sulu

📋 copy color: '#CAF276'

red 202 ◦ green 242 ◦ blue 118

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

Shades of Sulu #CAF276

Tints of Sulu #CAF276

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.06%

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

R = 35.94%
G = 43.06%
B = 21%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#CAF276 (or 0xCAF276) is known color: Sulu. HEX triplet: CA, F2 and 76. RGB value is (202,242,118). Sum of RGB (Red+Green+Blue) = 202+242+118=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 118 (46.48% from 255 or 21.00% from 562); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF276 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF276 is #350D89. Grayscale: #D8D8D8. Windows color (decimal): -3476874 or 7795402. OLE color: 7795402.

HSL color Cylindrical-coordinate representation of color #CAF276: hue angle of 79.35º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAF276 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 242 118 -
CMYK 0.17 0 0.51 0.05
HSL 79.35º 0.83% 0.71% -
HSV(B) 79.35º 0.51% 0.95% -
XYZ 59.38 77.37 28.94 -
YUV 215.9 72.75 118.08 -
System Red Green Blue C M Y K H S L
Decimal 202 242 118 0.17 0 0.51 0.05 79.35 0.83 0.71
Hex CA F2 76 11 0 33 5 4F 53 47
Octal 312 362 166 21 0 63 5 117 123 107
Binary 11001010 11110010 1110110 10001 0 110011 101 1001111 1010011 1000111

Color Harmonies of #CAF276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF276

Black with #CAF276

Text Example


Text Example

White with #CAF276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF276; }

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

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

background-color css

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

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

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

border-color css

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

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

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