Shades of Sulu #CEF87B
Tints of Sulu #CEF87B
RGB
CMYK
RGB Variations
Color information
#CEF87B (or 0xCEF87B) is known color: Sulu. HEX triplet: CE, F8 and 7B. RGB value is (206,248,123). Sum of RGB (Red+Green+Blue) = 206+248+123=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 248 (97.27% from 255 or 42.98% from 577); Blue value is 123 (48.44% from 255 or 21.32% from 577); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF87B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF87B is #310784. Grayscale: #DDDDDD. Windows color (decimal): -3213189 or 8124622. OLE color: 8124622.
HSL color Cylindrical-coordinate representation of color #CEF87B: hue angle of 80.16º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEF87B is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 123 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.03 |
| HSL | 80.16º | 0.9% | 0.73% | - |
| HSV(B) | 80.16º | 0.5% | 0.97% | - |
| XYZ | 62.6 | 81.69 | 31.21 | - |
| YUV | 221.19 | 72.59 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 123 | 0.17 | 0 | 0.50 | 0.03 | 80.16 | 0.9 | 0.73 |
| Hex | CE | F8 | 7B | 11 | 0 | 32 | 3 | 50 | 5A | 49 |
| Octal | 316 | 370 | 173 | 21 | 0 | 62 | 3 | 120 | 132 | 111 |
| Binary | 11001110 | 11111000 | 1111011 | 10001 | 0 | 110010 | 11 | 1010000 | 1011010 | 1001001 |
Color Harmonies of #CEF87B
Complementary color
Monochromatic Colors of #CEF87B
Black with #CEF87B
Text Example
Text Example
White with #CEF87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF87B; }
p { color: rgb(206,248,123); }
H1.HeaderClassName
{
color: #CEF87B;
}
.AnyTagClassName
{
color: #CEF87B;
}
</style>
background-color css
<style>
a { background-color: #CEF87B; }
a { background-color: rgb(206,248,123); }
div.DivClassName
{
background-color: #CEF87B;
}
.BgClassName
{
background-color: #CEF87B;
}
</style>
border-color css
<style>
span { border-color: #CEF87B; }
span { border-color: rgb(206,248,123); }
td.TdClassName
{
border-color: #CEF87B;
}
.TagClassName
{
border-color: #CEF87B;
}
</style>