#CAF970

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

Shades of Sulu #CAF970

Tints of Sulu #CAF970

Color information

#CAF970 (or 0xCAF970) is unknown color: approx Sulu. HEX triplet: CA, F9 and 70. RGB value is (202,249,112). Sum of RGB (Red+Green+Blue) = 202+249+112=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 249 (97.66% from 255 or 44.23% from 563); Blue value is 112 (44.14% from 255 or 19.89% from 563); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF970 is #35068F. Grayscale: #DBDBDB. Windows color (decimal): -3475088 or 7403978. OLE color: 7403978.

HSL color Cylindrical-coordinate representation of color #CAF970: hue angle of 80.58º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CAF970 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB202249112-
CMYK0.1900.550.02
HSL80.58º91.95%70.78%-
HSV(B)80.58º55.02%97.65%-
XYZ61.1681.4827.83-
YUV219.3367.43115.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.88%
GREEN value IS 249 (97.66% from 255) = 44.23%
BLUE value IS 112 (44.14% from 255) = 19.89%
R=35.88%
G=44.23%
B=19.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022491120.1900.550.0280.5891.9570.78
HexCAF970130372515c47
Octal312371160230672121134107
Binary1100101011111001111000010011011011110101000110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF970; }

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

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

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

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

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

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

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

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