#CEF086

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

Shades of Sulu #CEF086

Tints of Sulu #CEF086

Color information

#CEF086 (or 0xCEF086) is unknown color: approx Sulu. HEX triplet: CE, F0 and 86. RGB value is (206,240,134). Sum of RGB (Red+Green+Blue) = 206+240+134=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 240 (94.14% from 255 or 41.38% from 580); Blue value is 134 (52.73% from 255 or 23.10% from 580); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF086 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF086 is #310F79. Grayscale: #DADADA. Windows color (decimal): -3215226 or 8843470. OLE color: 8843470.

HSL color Cylindrical-coordinate representation of color #CEF086: hue angle of 79.25º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CEF086 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB206240134-
CMYK0.1400.440.06
HSL79.25º77.94%73.33%-
HSV(B)79.25º44.17%94.12%-
XYZ60.9277.1634.24-
YUV217.7580.74119.62-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.52%
GREEN value IS 240 (94.14% from 255) = 41.38%
BLUE value IS 134 (52.73% from 255) = 23.10%
R=35.52%
G=41.38%
B=23.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062401340.1400.440.0679.2577.9473.33
HexCEF086E02C64f4e49
Octal316360206160546117116111
Binary11001110111100001000011011100101100110100111110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF086; }

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

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

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

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

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

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

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

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