Shades of Sulu #CEF57F
Tints of Sulu #CEF57F
RGB
CMYK
RGB Variations
Color information
#CEF57F (or 0xCEF57F) is known color: Sulu. HEX triplet: CE, F5 and 7F. RGB value is (206,245,127). Sum of RGB (Red+Green+Blue) = 206+245+127=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 245 (96.09% from 255 or 42.39% from 578); Blue value is 127 (50% from 255 or 21.97% from 578); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF57F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF57F is #310A80. Grayscale: #DCDCDC. Windows color (decimal): -3213953 or 8385998. OLE color: 8385998.
HSL color Cylindrical-coordinate representation of color #CEF57F: hue angle of 79.83º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEF57F is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 127 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.04 |
| HSL | 79.83º | 0.86% | 0.73% | - |
| HSV(B) | 79.83º | 0.48% | 0.96% | - |
| XYZ | 61.94 | 79.96 | 32.25 | - |
| YUV | 219.89 | 75.58 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 127 | 0.16 | 0 | 0.48 | 0.04 | 79.83 | 0.86 | 0.73 |
| Hex | CE | F5 | 7F | 10 | 0 | 30 | 4 | 50 | 56 | 49 |
| Octal | 316 | 365 | 177 | 20 | 0 | 60 | 4 | 120 | 126 | 111 |
| Binary | 11001110 | 11110101 | 1111111 | 10000 | 0 | 110000 | 100 | 1010000 | 1010110 | 1001001 |
Color Harmonies of #CEF57F
Complementary color
Monochromatic Colors of #CEF57F
Black with #CEF57F
Text Example
Text Example
White with #CEF57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF57F; }
p { color: rgb(206,245,127); }
H1.HeaderClassName
{
color: #CEF57F;
}
.AnyTagClassName
{
color: #CEF57F;
}
</style>
background-color css
<style>
a { background-color: #CEF57F; }
a { background-color: rgb(206,245,127); }
div.DivClassName
{
background-color: #CEF57F;
}
.BgClassName
{
background-color: #CEF57F;
}
</style>
border-color css
<style>
span { border-color: #CEF57F; }
span { border-color: rgb(206,245,127); }
td.TdClassName
{
border-color: #CEF57F;
}
.TagClassName
{
border-color: #CEF57F;
}
</style>