#CAF475

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

Shades of Sulu #CAF475

Tints of Sulu #CAF475

Color information

#CAF475 (or 0xCAF475) is unknown color: approx Sulu. HEX triplet: CA, F4 and 75. RGB value is (202,244,117). Sum of RGB (Red+Green+Blue) = 202+244+117=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 244 (95.70% from 255 or 43.34% from 563); Blue value is 117 (46.09% from 255 or 20.78% from 563); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF475 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF475 is #350B8A. Grayscale: #D9D9D9. Windows color (decimal): -3476363 or 7730378. OLE color: 7730378.

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

Color convert

RGB202244117-
CMYK0.1700.520.04
HSL79.84º85.23%70.78%-
HSV(B)79.84º52.05%95.69%-
XYZ59.9278.5428.83-
YUV216.9671.59117.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.88%
GREEN value IS 244 (95.70% from 255) = 43.34%
BLUE value IS 117 (46.09% from 255) = 20.78%
R=35.88%
G=43.34%
B=20.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022441170.1700.520.0479.8485.2370.78
HexCAF475110344505547
Octal312364165210644120125107
Binary11001010111101001110101100010110100100101000010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF475; }

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

 H1.HeaderClassName
 {
   color: #CAF475;
 }
 .AnyTagClassName
 {
   color: #CAF475;
 }
</style>
background-color css

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

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

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

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

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

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