Shades of Sulu #CEF87C
Tints of Sulu #CEF87C
RGB
CMYK
RGB Variations
Color information
#CEF87C (or 0xCEF87C) is known color: Sulu. HEX triplet: CE, F8 and 7C. RGB value is (206,248,124). Sum of RGB (Red+Green+Blue) = 206+248+124=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 248 (97.27% from 255 or 42.91% from 578); Blue value is 124 (48.83% from 255 or 21.45% from 578); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF87C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF87C is #310783. Grayscale: #DDDDDD. Windows color (decimal): -3213188 or 8190158. OLE color: 8190158.
HSL color Cylindrical-coordinate representation of color #CEF87C: hue angle of 80.32º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEF87C is Cyan = 0.17, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 124 | - |
| CMYK | 0.17 | 0 | 0.5 | 0.03 |
| HSL | 80.32º | 0.9% | 0.73% | - |
| HSV(B) | 80.32º | 0.5% | 0.97% | - |
| XYZ | 62.66 | 81.71 | 31.54 | - |
| YUV | 221.31 | 73.09 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 124 | 0.17 | 0 | 0.5 | 0.03 | 80.32 | 0.9 | 0.73 |
| Hex | CE | F8 | 7C | 11 | 0 | 32 | 3 | 50 | 5A | 49 |
| Octal | 316 | 370 | 174 | 21 | 0 | 62 | 3 | 120 | 132 | 111 |
| Binary | 11001110 | 11111000 | 1111100 | 10001 | 0 | 110010 | 11 | 1010000 | 1011010 | 1001001 |
Color Harmonies of #CEF87C
Complementary color
Monochromatic Colors of #CEF87C
Black with #CEF87C
Text Example
Text Example
White with #CEF87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF87C; }
p { color: rgb(206,248,124); }
H1.HeaderClassName
{
color: #CEF87C;
}
.AnyTagClassName
{
color: #CEF87C;
}
</style>
background-color css
<style>
a { background-color: #CEF87C; }
a { background-color: rgb(206,248,124); }
div.DivClassName
{
background-color: #CEF87C;
}
.BgClassName
{
background-color: #CEF87C;
}
</style>
border-color css
<style>
span { border-color: #CEF87C; }
span { border-color: rgb(206,248,124); }
td.TdClassName
{
border-color: #CEF87C;
}
.TagClassName
{
border-color: #CEF87C;
}
</style>