Shades of Sulu #CEE986
Tints of Sulu #CEE986
RGB
CMYK
RGB Variations
Color information
#CEE986 (or 0xCEE986) is known color: Sulu. HEX triplet: CE, E9 and 86. RGB value is (206,233,134). Sum of RGB (Red+Green+Blue) = 206+233+134=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 233 (91.41% from 255 or 40.66% from 573); Blue value is 134 (52.73% from 255 or 23.39% from 573); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE986 is #311679. Grayscale: #D6D6D6. Windows color (decimal): -3217018 or 8841678. OLE color: 8841678.
HSL color Cylindrical-coordinate representation of color #CEE986: hue angle of 76.36º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CEE986 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 233 | 134 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.09 |
| HSL | 76.36º | 0.69% | 0.72% | - |
| HSV(B) | 76.36º | 0.42% | 0.91% | - |
| XYZ | 58.9 | 73.12 | 33.56 | - |
| YUV | 213.64 | 83.05 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 233 | 134 | 0.12 | 0 | 0.42 | 0.09 | 76.36 | 0.69 | 0.72 |
| Hex | CE | E9 | 86 | C | 0 | 2A | 9 | 4C | 45 | 48 |
| Octal | 316 | 351 | 206 | 14 | 0 | 52 | 11 | 114 | 105 | 110 |
| Binary | 11001110 | 11101001 | 10000110 | 1100 | 0 | 101010 | 1001 | 1001100 | 1000101 | 1001000 |
Color Harmonies of #CEE986
Complementary color
Monochromatic Colors of #CEE986
Black with #CEE986
Text Example
Text Example
White with #CEE986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE986; }
p { color: rgb(206,233,134); }
H1.HeaderClassName
{
color: #CEE986;
}
.AnyTagClassName
{
color: #CEE986;
}
</style>
background-color css
<style>
a { background-color: #CEE986; }
a { background-color: rgb(206,233,134); }
div.DivClassName
{
background-color: #CEE986;
}
.BgClassName
{
background-color: #CEE986;
}
</style>
border-color css
<style>
span { border-color: #CEE986; }
span { border-color: rgb(206,233,134); }
td.TdClassName
{
border-color: #CEE986;
}
.TagClassName
{
border-color: #CEE986;
}
</style>