#CAF370

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

Shades of Sulu #CAF370

Tints of Sulu #CAF370

Color information

#CAF370 (or 0xCAF370) is unknown color: approx Sulu. HEX triplet: CA, F3 and 70. RGB value is (202,243,112). Sum of RGB (Red+Green+Blue) = 202+243+112=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 243 (95.31% from 255 or 43.63% from 557); Blue value is 112 (44.14% from 255 or 20.11% from 557); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF370 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF370 is #350C8F. Grayscale: #D8D8D8. Windows color (decimal): -3476624 or 7402442. OLE color: 7402442.

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

Color convert

RGB202243112-
CMYK0.1700.540.05
HSL78.78º84.52%69.61%-
HSV(B)78.78º53.91%95.29%-
XYZ59.3377.8327.22-
YUV215.8169.42118.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.27%
GREEN value IS 243 (95.31% from 255) = 43.63%
BLUE value IS 112 (44.14% from 255) = 20.11%
R=36.27%
G=43.63%
B=20.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022431120.1700.540.0578.7884.5269.61
HexCAF3701103654f5546
Octal312363160210665117125106
Binary11001010111100111110000100010110110101100111110101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF370; }

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

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

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

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

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

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

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

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