#CEF083

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

Shades of Sulu #CEF083

Tints of Sulu #CEF083

Color information

#CEF083 (or 0xCEF083) is unknown color: approx Sulu. HEX triplet: CE, F0 and 83. RGB value is (206,240,131). Sum of RGB (Red+Green+Blue) = 206+240+131=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 240 (94.14% from 255 or 41.59% from 577); Blue value is 131 (51.56% from 255 or 22.70% from 577); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF083 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF083 is #310F7C. Grayscale: #D9D9D9. Windows color (decimal): -3215229 or 8646862. OLE color: 8646862.

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

Color convert

RGB206240131-
CMYK0.1400.450.06
HSL78.72º78.42%72.75%-
HSV(B)78.72º45.42%94.12%-
XYZ60.7177.0833.15-
YUV217.4179.24119.86-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.70%
GREEN value IS 240 (94.14% from 255) = 41.59%
BLUE value IS 131 (51.56% from 255) = 22.70%
R=35.70%
G=41.59%
B=22.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062401310.1400.450.0678.7278.4272.75
HexCEF083E02D64f4e49
Octal316360203160556117116111
Binary11001110111100001000001111100101101110100111110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF083; }

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

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

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

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

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

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

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

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