#CEEC8D

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

Shades of Sulu #CEEC8D

Tints of Sulu #CEEC8D

Color information

#CEEC8D (or 0xCEEC8D) is unknown color: approx Sulu. HEX triplet: CE, EC and 8D. RGB value is (206,236,141). Sum of RGB (Red+Green+Blue) = 206+236+141=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 141 (55.47% from 255 or 24.19% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #CEEC8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEC8D is #311372. Grayscale: #D8D8D8. Windows color (decimal): -3216243 or 9301198. OLE color: 9301198.

HSL color Cylindrical-coordinate representation of color #CEEC8D: hue angle of 78.95º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEEC8D is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB206236141-
CMYK0.1300.400.07
HSL78.95º71.43%73.92%-
HSV(B)78.95º40.25%92.55%-
XYZ60.2675.0436.51-
YUV216.285.56120.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.33%
GREEN value IS 236 (92.58% from 255) = 40.48%
BLUE value IS 141 (55.47% from 255) = 24.19%
R=35.33%
G=40.48%
B=24.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062361410.1300.400.0778.9571.4373.92
HexCEEC8DD02874f474a
Octal316354215150507117107112
Binary11001110111011001000110111010101000111100111110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEC8D; }

 p { color: rgb(206,236,141); }

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

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

 a { background-color: rgb(206,236,141); }

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

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

 span { border-color: rgb(206,236,141); }

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