Shades of Sulu #CEF886
Tints of Sulu #CEF886
RGB
CMYK
RGB Variations
Color information
#CEF886 (or 0xCEF886) is known color: Sulu. HEX triplet: CE, F8 and 86. RGB value is (206,248,134). Sum of RGB (Red+Green+Blue) = 206+248+134=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 248 (97.27% from 255 or 42.18% from 588); Blue value is 134 (52.73% from 255 or 22.79% from 588); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF886 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF886 is #310779. Grayscale: #DEDEDE. Windows color (decimal): -3213178 or 8845518. OLE color: 8845518.
HSL color Cylindrical-coordinate representation of color #CEF886: hue angle of 82.11º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEF886 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 134 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.03 |
| HSL | 82.11º | 0.89% | 0.75% | - |
| HSV(B) | 82.11º | 0.46% | 0.97% | - |
| XYZ | 63.32 | 81.98 | 35.04 | - |
| YUV | 222.45 | 78.09 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 134 | 0.17 | 0 | 0.46 | 0.03 | 82.11 | 0.89 | 0.75 |
| Hex | CE | F8 | 86 | 11 | 0 | 2E | 3 | 52 | 59 | 4B |
| Octal | 316 | 370 | 206 | 21 | 0 | 56 | 3 | 122 | 131 | 113 |
| Binary | 11001110 | 11111000 | 10000110 | 10001 | 0 | 101110 | 11 | 1010010 | 1011001 | 1001011 |
Color Harmonies of #CEF886
Complementary color
Monochromatic Colors of #CEF886
Black with #CEF886
Text Example
Text Example
White with #CEF886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF886; }
p { color: rgb(206,248,134); }
H1.HeaderClassName
{
color: #CEF886;
}
.AnyTagClassName
{
color: #CEF886;
}
</style>
background-color css
<style>
a { background-color: #CEF886; }
a { background-color: rgb(206,248,134); }
div.DivClassName
{
background-color: #CEF886;
}
.BgClassName
{
background-color: #CEF886;
}
</style>
border-color css
<style>
span { border-color: #CEF886; }
span { border-color: rgb(206,248,134); }
td.TdClassName
{
border-color: #CEF886;
}
.TagClassName
{
border-color: #CEF886;
}
</style>