Shades of Sulu #CEF871
Tints of Sulu #CEF871
RGB
CMYK
RGB Variations
Color information
#CEF871 (or 0xCEF871) is known color: Sulu. HEX triplet: CE, F8 and 71. RGB value is (206,248,113). Sum of RGB (Red+Green+Blue) = 206+248+113=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 248 (97.27% from 255 or 43.74% from 567); Blue value is 113 (44.53% from 255 or 19.93% from 567); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF871 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF871 is #31078E. Grayscale: #DCDCDC. Windows color (decimal): -3213199 or 7469262. OLE color: 7469262.
HSL color Cylindrical-coordinate representation of color #CEF871: hue angle of 78.67º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CEF871 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 113 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.03 |
| HSL | 78.67º | 0.91% | 0.71% | - |
| HSV(B) | 78.67º | 0.54% | 0.97% | - |
| XYZ | 62 | 81.45 | 28.08 | - |
| YUV | 220.05 | 67.59 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 113 | 0.17 | 0 | 0.54 | 0.03 | 78.67 | 0.91 | 0.71 |
| Hex | CE | F8 | 71 | 11 | 0 | 36 | 3 | 4F | 5B | 47 |
| Octal | 316 | 370 | 161 | 21 | 0 | 66 | 3 | 117 | 133 | 107 |
| Binary | 11001110 | 11111000 | 1110001 | 10001 | 0 | 110110 | 11 | 1001111 | 1011011 | 1000111 |
Color Harmonies of #CEF871
Complementary color
Monochromatic Colors of #CEF871
Black with #CEF871
Text Example
Text Example
White with #CEF871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF871; }
p { color: rgb(206,248,113); }
H1.HeaderClassName
{
color: #CEF871;
}
.AnyTagClassName
{
color: #CEF871;
}
</style>
background-color css
<style>
a { background-color: #CEF871; }
a { background-color: rgb(206,248,113); }
div.DivClassName
{
background-color: #CEF871;
}
.BgClassName
{
background-color: #CEF871;
}
</style>
border-color css
<style>
span { border-color: #CEF871; }
span { border-color: rgb(206,248,113); }
td.TdClassName
{
border-color: #CEF871;
}
.TagClassName
{
border-color: #CEF871;
}
</style>