Shades of Sulu #CEF08D
Tints of Sulu #CEF08D
RGB
CMYK
RGB Variations
Color information
#CEF08D (or 0xCEF08D) is known color: 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
| RGB | 206 | 240 | 141 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.06 |
| HSL | 80.61º | 0.77% | 0.75% | - |
| HSV(B) | 80.61º | 0.41% | 0.94% | - |
| XYZ | 61.42 | 77.37 | 36.9 | - |
| YUV | 218.55 | 84.24 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 141 | 0.14 | 0 | 0.41 | 0.06 | 80.61 | 0.77 | 0.75 |
| Hex | CE | F0 | 8D | E | 0 | 29 | 6 | 51 | 4D | 4B |
| Octal | 316 | 360 | 215 | 16 | 0 | 51 | 6 | 121 | 115 | 113 |
| Binary | 11001110 | 11110000 | 10001101 | 1110 | 0 | 101001 | 110 | 1010001 | 1001101 | 1001011 |
Color Harmonies of #CEF08D
Complementary color
Monochromatic Colors of #CEF08D
Black with #CEF08D
Text Example
Text Example
White with #CEF08D
Text Example
Text Example
HTML Codes & Css Web 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>