Shades of Sulu #CEF07C
Tints of Sulu #CEF07C
RGB
CMYK
RGB Variations
Color information
#CEF07C (or 0xCEF07C) is known color: Sulu. HEX triplet: CE, F0 and 7C. RGB value is (206,240,124). Sum of RGB (Red+Green+Blue) = 206+240+124=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 240 (94.14% from 255 or 42.11% from 570); Blue value is 124 (48.83% from 255 or 21.75% from 570); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF07C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF07C is #310F83. Grayscale: #D9D9D9. Windows color (decimal): -3215236 or 8188110. OLE color: 8188110.
HSL color Cylindrical-coordinate representation of color #CEF07C: hue angle of 77.59º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEF07C is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 124 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.06 |
| HSL | 77.59º | 0.79% | 0.71% | - |
| HSV(B) | 77.59º | 0.48% | 0.94% | - |
| XYZ | 60.25 | 76.9 | 30.74 | - |
| YUV | 216.61 | 75.74 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 124 | 0.14 | 0 | 0.48 | 0.06 | 77.59 | 0.79 | 0.71 |
| Hex | CE | F0 | 7C | E | 0 | 30 | 6 | 4E | 4F | 47 |
| Octal | 316 | 360 | 174 | 16 | 0 | 60 | 6 | 116 | 117 | 107 |
| Binary | 11001110 | 11110000 | 1111100 | 1110 | 0 | 110000 | 110 | 1001110 | 1001111 | 1000111 |
Color Harmonies of #CEF07C
Complementary color
Monochromatic Colors of #CEF07C
Black with #CEF07C
Text Example
Text Example
White with #CEF07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF07C; }
p { color: rgb(206,240,124); }
H1.HeaderClassName
{
color: #CEF07C;
}
.AnyTagClassName
{
color: #CEF07C;
}
</style>
background-color css
<style>
a { background-color: #CEF07C; }
a { background-color: rgb(206,240,124); }
div.DivClassName
{
background-color: #CEF07C;
}
.BgClassName
{
background-color: #CEF07C;
}
</style>
border-color css
<style>
span { border-color: #CEF07C; }
span { border-color: rgb(206,240,124); }
td.TdClassName
{
border-color: #CEF07C;
}
.TagClassName
{
border-color: #CEF07C;
}
</style>