Shades of Sulu #CEF088
Tints of Sulu #CEF088
RGB
CMYK
RGB Variations
Color information
#CEF088 (or 0xCEF088) is known color: Sulu. HEX triplet: CE, F0 and 88. RGB value is (206,240,136). Sum of RGB (Red+Green+Blue) = 206+240+136=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 240 (94.14% from 255 or 41.24% from 582); Blue value is 136 (53.52% from 255 or 23.37% from 582); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF088 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF088 is #310F77. Grayscale: #DADADA. Windows color (decimal): -3215224 or 8974542. OLE color: 8974542.
HSL color Cylindrical-coordinate representation of color #CEF088: hue angle of 79.62º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CEF088 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 136 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.06 |
| HSL | 79.62º | 0.78% | 0.74% | - |
| HSV(B) | 79.62º | 0.43% | 0.94% | - |
| XYZ | 61.06 | 77.22 | 34.98 | - |
| YUV | 217.98 | 81.74 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 136 | 0.14 | 0 | 0.43 | 0.06 | 79.62 | 0.78 | 0.74 |
| Hex | CE | F0 | 88 | E | 0 | 2B | 6 | 50 | 4E | 4A |
| Octal | 316 | 360 | 210 | 16 | 0 | 53 | 6 | 120 | 116 | 112 |
| Binary | 11001110 | 11110000 | 10001000 | 1110 | 0 | 101011 | 110 | 1010000 | 1001110 | 1001010 |
Color Harmonies of #CEF088
Complementary color
Monochromatic Colors of #CEF088
Black with #CEF088
Text Example
Text Example
White with #CEF088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF088; }
p { color: rgb(206,240,136); }
H1.HeaderClassName
{
color: #CEF088;
}
.AnyTagClassName
{
color: #CEF088;
}
</style>
background-color css
<style>
a { background-color: #CEF088; }
a { background-color: rgb(206,240,136); }
div.DivClassName
{
background-color: #CEF088;
}
.BgClassName
{
background-color: #CEF088;
}
</style>
border-color css
<style>
span { border-color: #CEF088; }
span { border-color: rgb(206,240,136); }
td.TdClassName
{
border-color: #CEF088;
}
.TagClassName
{
border-color: #CEF088;
}
</style>