#cef08d

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

Shades of Sulu #CEF08D

Tints of Sulu #CEF08D

Color information

#CEF08D (or 0xCEF08D) is unknown color: approx Sulu. HEX triplet: CE, F0 and 8D. RGB value is (206,240,141). Sum of RGB (Red+Green+Blue) = 206+240+141=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 240 (94.14% from 255 or 40.89% from 587); Blue value is 141 (55.47% from 255 or 24.02% from 587); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF08D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF08D is #310F72. Grayscale: #DADADA. Windows color (decimal): -3215219 or 9302222. OLE color: 9302222.

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

Color convert

RGB206240141-
CMYK0.1400.410.06
HSL80.61º76.74%74.71%-
HSV(B)80.61º41.25%94.12%-
XYZ61.4277.3736.9-
YUV218.5584.24119.05-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.09%
GREEN value IS 240 (94.14% from 255) = 40.89%
BLUE value IS 141 (55.47% from 255) = 24.02%
R=35.09%
G=40.89%
B=24.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062401410.1400.410.0680.6176.7474.71
HexCEF08DE0296514d4b
Octal316360215160516121115113
Binary11001110111100001000110111100101001110101000110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cef08d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cef08d; }

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

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

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

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

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

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

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

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