Shades of Sulu #CEF881
Tints of Sulu #CEF881
RGB
CMYK
RGB Variations
Color information
#CEF881 (or 0xCEF881) is known color: Sulu. HEX triplet: CE, F8 and 81. RGB value is (206,248,129). Sum of RGB (Red+Green+Blue) = 206+248+129=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 248 (97.27% from 255 or 42.54% from 583); Blue value is 129 (50.78% from 255 or 22.13% from 583); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF881 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF881 is #31077E. Grayscale: #DEDEDE. Windows color (decimal): -3213183 or 8517838. OLE color: 8517838.
HSL color Cylindrical-coordinate representation of color #CEF881: hue angle of 81.18º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEF881 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 129 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.03 |
| HSL | 81.18º | 0.89% | 0.74% | - |
| HSV(B) | 81.18º | 0.48% | 0.97% | - |
| XYZ | 62.98 | 81.84 | 33.25 | - |
| YUV | 221.88 | 75.59 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 129 | 0.17 | 0 | 0.48 | 0.03 | 81.18 | 0.89 | 0.74 |
| Hex | CE | F8 | 81 | 11 | 0 | 30 | 3 | 51 | 59 | 4A |
| Octal | 316 | 370 | 201 | 21 | 0 | 60 | 3 | 121 | 131 | 112 |
| Binary | 11001110 | 11111000 | 10000001 | 10001 | 0 | 110000 | 11 | 1010001 | 1011001 | 1001010 |
Color Harmonies of #CEF881
Complementary color
Monochromatic Colors of #CEF881
Black with #CEF881
Text Example
Text Example
White with #CEF881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF881; }
p { color: rgb(206,248,129); }
H1.HeaderClassName
{
color: #CEF881;
}
.AnyTagClassName
{
color: #CEF881;
}
</style>
background-color css
<style>
a { background-color: #CEF881; }
a { background-color: rgb(206,248,129); }
div.DivClassName
{
background-color: #CEF881;
}
.BgClassName
{
background-color: #CEF881;
}
</style>
border-color css
<style>
span { border-color: #CEF881; }
span { border-color: rgb(206,248,129); }
td.TdClassName
{
border-color: #CEF881;
}
.TagClassName
{
border-color: #CEF881;
}
</style>