Html Css Color HEX #CAF471 Sulu

📋 copy color: '#CAF471'

red 202 ◦ green 244 ◦ blue 113

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

Shades of Sulu #CAF471

Tints of Sulu #CAF471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.21%

R = 36.14%
G = 43.65%
B = 20.21%

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

#CAF471 (or 0xCAF471) is known color: Sulu. HEX triplet: CA, F4 and 71. RGB value is (202,244,113). Sum of RGB (Red+Green+Blue) = 202+244+113=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 244 (95.70% from 255 or 43.65% from 559); Blue value is 113 (44.53% from 255 or 20.21% from 559); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF471 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF471 is #350B8E. Grayscale: #D8D8D8. Windows color (decimal): -3476367 or 7468234. OLE color: 7468234.

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

Color convert

RGB 202 244 113 -
CMYK 0.17 0 0.54 0.04
HSL 79.24º 0.86% 0.7% -
HSV(B) 79.24º 0.54% 0.96% -
XYZ 59.69 78.45 27.62 -
YUV 216.51 69.59 117.65 -
System Red Green Blue C M Y K H S L
Decimal 202 244 113 0.17 0 0.54 0.04 79.24 0.86 0.7
Hex CA F4 71 11 0 36 4 4F 56 46
Octal 312 364 161 21 0 66 4 117 126 106
Binary 11001010 11110100 1110001 10001 0 110110 100 1001111 1010110 1000110

Color Harmonies of #CAF471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF471

Black with #CAF471

Text Example


Text Example

White with #CAF471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF471; }

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

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

background-color css

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

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

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

border-color css

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

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

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