#CAF886

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

Shades of Sulu #CAF886

Tints of Sulu #CAF886

Color information

#CAF886 (or 0xCAF886) is unknown color: approx Sulu. HEX triplet: CA, F8 and 86. RGB value is (202,248,134). Sum of RGB (Red+Green+Blue) = 202+248+134=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 248 (97.27% from 255 or 42.47% from 584); Blue value is 134 (52.73% from 255 or 22.95% from 584); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF886 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF886 is #350779. Grayscale: #DDDDDD. Windows color (decimal): -3475322 or 8845514. OLE color: 8845514.

HSL color Cylindrical-coordinate representation of color #CAF886: hue angle of 84.21º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CAF886 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB202248134-
CMYK0.1900.460.03
HSL84.21º89.06%74.9%-
HSV(B)84.21º45.97%97.25%-
XYZ62.2381.4134.99-
YUV221.2578.76114.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.59%
GREEN value IS 248 (97.27% from 255) = 42.47%
BLUE value IS 134 (52.73% from 255) = 22.95%
R=34.59%
G=42.47%
B=22.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022481340.1900.460.0384.2189.0674.9
HexCAF8861302E354594b
Octal312370206230563124131113
Binary11001010111110001000011010011010111011101010010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF886; }

 p { color: rgb(202,248,134); }

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

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

 a { background-color: rgb(202,248,134); }

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

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

 span { border-color: rgb(202,248,134); }

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