Html Css Color HEX #CAF470 Sulu

📋 copy color: '#CAF470'

red 202 ◦ green 244 ◦ blue 112

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

Shades of Sulu #CAF470

Tints of Sulu #CAF470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.07%

R = 36.2%
G = 43.73%
B = 20.07%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#CAF470 (or 0xCAF470) is known color: Sulu. HEX triplet: CA, F4 and 70. RGB value is (202,244,112). Sum of RGB (Red+Green+Blue) = 202+244+112=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 244 (95.70% from 255 or 43.73% from 558); Blue value is 112 (44.14% from 255 or 20.07% from 558); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF470 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF470 is #350B8F. Grayscale: #D8D8D8. Windows color (decimal): -3476368 or 7402698. OLE color: 7402698.

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

Color convert

RGB 202 244 112 -
CMYK 0.17 0 0.54 0.04
HSL 79.09º 0.86% 0.7% -
HSV(B) 79.09º 0.54% 0.96% -
XYZ 59.63 78.43 27.32 -
YUV 216.39 69.09 117.73 -
System Red Green Blue C M Y K H S L
Decimal 202 244 112 0.17 0 0.54 0.04 79.09 0.86 0.7
Hex CA F4 70 11 0 36 4 4F 56 46
Octal 312 364 160 21 0 66 4 117 126 106
Binary 11001010 11110100 1110000 10001 0 110110 100 1001111 1010110 1000110

Color Harmonies of #CAF470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF470

Black with #CAF470

Text Example


Text Example

White with #CAF470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF470; }

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

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

background-color css

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

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

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

border-color css

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

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

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