Html Css Color HEX #CAF478 Sulu

📋 copy color: '#CAF478'

red 202 ◦ green 244 ◦ blue 120

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

Shades of Sulu #CAF478

Tints of Sulu #CAF478

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.11%

 BLUE value IS 120 (47.27% from 255) = 21.2%

R = 35.69%
G = 43.11%
B = 21.2%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#CAF478 (or 0xCAF478) is known color: Sulu. HEX triplet: CA, F4 and 78. RGB value is (202,244,120). Sum of RGB (Red+Green+Blue) = 202+244+120=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 244 (95.70% from 255 or 43.11% from 566); Blue value is 120 (47.27% from 255 or 21.20% from 566); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF478 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF478 is #350B87. Grayscale: #D9D9D9. Windows color (decimal): -3476360 or 7926986. OLE color: 7926986.

HSL color Cylindrical-coordinate representation of color #CAF478: hue angle of 80.32º degrees, saturation: 0.85, 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 #CAF478 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 244 120 -
CMYK 0.17 0 0.51 0.04
HSL 80.32º 0.85% 0.71% -
HSV(B) 80.32º 0.51% 0.96% -
XYZ 60.1 78.61 29.78 -
YUV 217.31 73.09 117.08 -
System Red Green Blue C M Y K H S L
Decimal 202 244 120 0.17 0 0.51 0.04 80.32 0.85 0.71
Hex CA F4 78 11 0 33 4 50 55 47
Octal 312 364 170 21 0 63 4 120 125 107
Binary 11001010 11110100 1111000 10001 0 110011 100 1010000 1010101 1000111

Color Harmonies of #CAF478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF478

Black with #CAF478

Text Example


Text Example

White with #CAF478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF478; }

 p { color: rgb(202,244,120); }

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

background-color css

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

 a { background-color: rgb(202,244,120); }

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

border-color css

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

 span { border-color: rgb(202,244,120); }

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