#CAF989

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

Shades of Sulu #CAF989

Tints of Sulu #CAF989

Color information

#CAF989 (or 0xCAF989) is unknown color: approx Sulu. HEX triplet: CA, F9 and 89. RGB value is (202,249,137). Sum of RGB (Red+Green+Blue) = 202+249+137=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 249 (97.66% from 255 or 42.35% from 588); Blue value is 137 (53.91% from 255 or 23.30% from 588); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF989 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF989 is #350676. Grayscale: #DEDEDE. Windows color (decimal): -3475063 or 9042378. OLE color: 9042378.

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

Color convert

RGB202249137-
CMYK0.1900.450.02
HSL85.18º90.32%75.69%-
HSV(B)85.18º44.98%97.65%-
XYZ62.7582.1136.21-
YUV222.1879.93113.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.35%
GREEN value IS 249 (97.66% from 255) = 42.35%
BLUE value IS 137 (53.91% from 255) = 23.30%
R=34.35%
G=42.35%
B=23.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022491370.1900.450.0285.1890.3275.69
HexCAF9891302D2555a4c
Octal312371211230552125132114
Binary11001010111110011000100110011010110110101010110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF989; }

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

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

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

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

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

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

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

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