#CEF386

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

Shades of Sulu #CEF386

Tints of Sulu #CEF386

Color information

#CEF386 (or 0xCEF386) is unknown color: approx Sulu. HEX triplet: CE, F3 and 86. RGB value is (206,243,134). Sum of RGB (Red+Green+Blue) = 206+243+134=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 243 (95.31% from 255 or 41.68% from 583); Blue value is 134 (52.73% from 255 or 22.98% from 583); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF386 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF386 is #310C79. Grayscale: #DBDBDB. Windows color (decimal): -3214458 or 8844238. OLE color: 8844238.

HSL color Cylindrical-coordinate representation of color #CEF386: hue angle of 80.37º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CEF386 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB206243134-
CMYK0.1500.450.05
HSL80.37º81.95%73.92%-
HSV(B)80.37º44.86%95.29%-
XYZ61.8178.9434.53-
YUV219.5179.74118.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.33%
GREEN value IS 243 (95.31% from 255) = 41.68%
BLUE value IS 134 (52.73% from 255) = 22.98%
R=35.33%
G=41.68%
B=22.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062431340.1500.450.0580.3781.9573.92
HexCEF386F02D550524a
Octal316363206170555120122112
Binary11001110111100111000011011110101101101101000010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF386; }

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

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

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

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

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

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

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

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