#CEF686

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

Shades of Sulu #CEF686

Tints of Sulu #CEF686

Color information

#CEF686 (or 0xCEF686) is unknown color: approx Sulu. HEX triplet: CE, F6 and 86. RGB value is (206,246,134). Sum of RGB (Red+Green+Blue) = 206+246+134=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 246 (96.48% from 255 or 41.98% from 586); Blue value is 134 (52.73% from 255 or 22.87% from 586); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF686 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF686 is #310979. Grayscale: #DDDDDD. Windows color (decimal): -3213690 or 8845006. OLE color: 8845006.

HSL color Cylindrical-coordinate representation of color #CEF686: hue angle of 81.43º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEF686 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB206246134-
CMYK0.1600.460.04
HSL81.43º86.15%74.51%-
HSV(B)81.43º45.53%96.47%-
XYZ62.7180.7534.84-
YUV221.2778.75117.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.15%
GREEN value IS 246 (96.48% from 255) = 41.98%
BLUE value IS 134 (52.73% from 255) = 22.87%
R=35.15%
G=41.98%
B=22.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062461340.1600.460.0481.4386.1574.51
HexCEF6861002E451564b
Octal316366206200564121126113
Binary110011101111011010000110100000101110100101000110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF686; }

 p { color: rgb(206,246,134); }

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

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

 a { background-color: rgb(206,246,134); }

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

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

 span { border-color: rgb(206,246,134); }

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