#CAF988

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

Shades of Sulu #CAF988

Tints of Sulu #CAF988

Color information

#CAF988 (or 0xCAF988) is unknown color: approx Sulu. HEX triplet: CA, F9 and 88. RGB value is (202,249,136). Sum of RGB (Red+Green+Blue) = 202+249+136=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 249 (97.66% from 255 or 42.42% from 587); Blue value is 136 (53.52% from 255 or 23.17% from 587); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF988 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF988 is #350677. Grayscale: #DEDEDE. Windows color (decimal): -3475064 or 8976842. OLE color: 8976842.

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

Color convert

RGB202249136-
CMYK0.1900.450.02
HSL84.96º90.4%75.49%-
HSV(B)84.96º45.38%97.65%-
XYZ62.6882.0935.83-
YUV222.0679.43113.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.41%
GREEN value IS 249 (97.66% from 255) = 42.42%
BLUE value IS 136 (53.52% from 255) = 23.17%
R=34.41%
G=42.42%
B=23.17%

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
Decimal2022491360.1900.450.0284.9690.475.49
HexCAF9881302D2555a4b
Octal312371210230552125132113
Binary11001010111110011000100010011010110110101010110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF988; }

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

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

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

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

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

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

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

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