Shades of Sulu #CEF87D
Tints of Sulu #CEF87D
RGB
CMYK
RGB Variations
Color information
#CEF87D (or 0xCEF87D) is known color: Sulu. HEX triplet: CE, F8 and 7D. RGB value is (206,248,125). Sum of RGB (Red+Green+Blue) = 206+248+125=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 248 (97.27% from 255 or 42.83% from 579); Blue value is 125 (49.22% from 255 or 21.59% from 579); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF87D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF87D is #310782. Grayscale: #DDDDDD. Windows color (decimal): -3213187 or 8255694. OLE color: 8255694.
HSL color Cylindrical-coordinate representation of color #CEF87D: hue angle of 80.49º 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 #CEF87D is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 125 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.03 |
| HSL | 80.49º | 0.9% | 0.73% | - |
| HSV(B) | 80.49º | 0.5% | 0.97% | - |
| XYZ | 62.72 | 81.74 | 31.87 | - |
| YUV | 221.42 | 73.59 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 125 | 0.17 | 0 | 0.50 | 0.03 | 80.49 | 0.9 | 0.73 |
| Hex | CE | F8 | 7D | 11 | 0 | 32 | 3 | 50 | 5A | 49 |
| Octal | 316 | 370 | 175 | 21 | 0 | 62 | 3 | 120 | 132 | 111 |
| Binary | 11001110 | 11111000 | 1111101 | 10001 | 0 | 110010 | 11 | 1010000 | 1011010 | 1001001 |
Color Harmonies of #CEF87D
Complementary color
Monochromatic Colors of #CEF87D
Black with #CEF87D
Text Example
Text Example
White with #CEF87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF87D; }
p { color: rgb(206,248,125); }
H1.HeaderClassName
{
color: #CEF87D;
}
.AnyTagClassName
{
color: #CEF87D;
}
</style>
background-color css
<style>
a { background-color: #CEF87D; }
a { background-color: rgb(206,248,125); }
div.DivClassName
{
background-color: #CEF87D;
}
.BgClassName
{
background-color: #CEF87D;
}
</style>
border-color css
<style>
span { border-color: #CEF87D; }
span { border-color: rgb(206,248,125); }
td.TdClassName
{
border-color: #CEF87D;
}
.TagClassName
{
border-color: #CEF87D;
}
</style>