#CAF471

Color #CAF471 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #CAF471

Tints of Sulu #CAF471

Color information

#CAF471 (or 0xCAF471) is unknown color: approx 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

RGB202244113-
CMYK0.1700.540.04
HSL79.24º85.62%70%-
HSV(B)79.24º53.69%95.69%-
XYZ59.6978.4527.62-
YUV216.5169.59117.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.14%
GREEN value IS 244 (95.70% 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 (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022441130.1700.540.0479.2485.6270
HexCAF4711103644f5646
Octal312364161210664117126106
Binary11001010111101001110001100010110110100100111110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>