#CAF786

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

Shades of Sulu #CAF786

Tints of Sulu #CAF786

Color information

#CAF786 (or 0xCAF786) is unknown color: approx Sulu. HEX triplet: CA, F7 and 86. RGB value is (202,247,134). Sum of RGB (Red+Green+Blue) = 202+247+134=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 247 (96.88% from 255 or 42.37% from 583); Blue value is 134 (52.73% from 255 or 22.98% from 583); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF786 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF786 is #350879. Grayscale: #DDDDDD. Windows color (decimal): -3475578 or 8845258. OLE color: 8845258.

HSL color Cylindrical-coordinate representation of color #CAF786: hue angle of 83.89º degrees, saturation: 0.88, 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 #CAF786 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB202247134-
CMYK0.1800.460.03
HSL83.89º87.6%74.71%-
HSV(B)83.89º45.75%96.86%-
XYZ61.9280.834.89-
YUV220.6679.09114.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.65%
GREEN value IS 247 (96.88% from 255) = 42.37%
BLUE value IS 134 (52.73% from 255) = 22.98%
R=34.65%
G=42.37%
B=22.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022471340.1800.460.0383.8987.674.71
HexCAF7861202E354584b
Octal312367206220563124130113
Binary11001010111101111000011010010010111011101010010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF786; }

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

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

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

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

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

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

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

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