Shades of Sulu #CEF987
Tints of Sulu #CEF987
RGB
CMYK
RGB Variations
Color information
#CEF987 (or 0xCEF987) is known color: Sulu. HEX triplet: CE, F9 and 87. RGB value is (206,249,135). Sum of RGB (Red+Green+Blue) = 206+249+135=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 249 (97.66% from 255 or 42.20% from 590); Blue value is 135 (53.12% from 255 or 22.88% from 590); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF987 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF987 is #310678. Grayscale: #DFDFDF. Windows color (decimal): -3212921 or 8911310. OLE color: 8911310.
HSL color Cylindrical-coordinate representation of color #CEF987: hue angle of 82.63º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEF987 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 135 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.02 |
| HSL | 82.63º | 0.9% | 0.75% | - |
| HSV(B) | 82.63º | 0.46% | 0.98% | - |
| XYZ | 63.7 | 82.62 | 35.51 | - |
| YUV | 223.15 | 78.25 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 135 | 0.17 | 0 | 0.46 | 0.02 | 82.63 | 0.9 | 0.75 |
| Hex | CE | F9 | 87 | 11 | 0 | 2E | 2 | 53 | 5A | 4B |
| Octal | 316 | 371 | 207 | 21 | 0 | 56 | 2 | 123 | 132 | 113 |
| Binary | 11001110 | 11111001 | 10000111 | 10001 | 0 | 101110 | 10 | 1010011 | 1011010 | 1001011 |
Color Harmonies of #CEF987
Complementary color
Monochromatic Colors of #CEF987
Black with #CEF987
Text Example
Text Example
White with #CEF987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF987; }
p { color: rgb(206,249,135); }
H1.HeaderClassName
{
color: #CEF987;
}
.AnyTagClassName
{
color: #CEF987;
}
</style>
background-color css
<style>
a { background-color: #CEF987; }
a { background-color: rgb(206,249,135); }
div.DivClassName
{
background-color: #CEF987;
}
.BgClassName
{
background-color: #CEF987;
}
</style>
border-color css
<style>
span { border-color: #CEF987; }
span { border-color: rgb(206,249,135); }
td.TdClassName
{
border-color: #CEF987;
}
.TagClassName
{
border-color: #CEF987;
}
</style>