Shades of Sulu #CEF476
Tints of Sulu #CEF476
RGB
CMYK
RGB Variations
Color information
#CEF476 (or 0xCEF476) is known color: Sulu. HEX triplet: CE, F4 and 76. RGB value is (206,244,118). Sum of RGB (Red+Green+Blue) = 206+244+118=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 244 (95.70% from 255 or 42.96% from 568); Blue value is 118 (46.48% from 255 or 20.77% from 568); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF476 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF476 is #310B89. Grayscale: #DADADA. Windows color (decimal): -3214218 or 7795918. OLE color: 7795918.
HSL color Cylindrical-coordinate representation of color #CEF476: hue angle of 78.1º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CEF476 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 244 | 118 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.04 |
| HSL | 78.1º | 0.85% | 0.71% | - |
| HSV(B) | 78.1º | 0.52% | 0.96% | - |
| XYZ | 61.07 | 79.13 | 29.19 | - |
| YUV | 218.27 | 71.41 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 244 | 118 | 0.16 | 0 | 0.52 | 0.04 | 78.1 | 0.85 | 0.71 |
| Hex | CE | F4 | 76 | 10 | 0 | 34 | 4 | 4E | 55 | 47 |
| Octal | 316 | 364 | 166 | 20 | 0 | 64 | 4 | 116 | 125 | 107 |
| Binary | 11001110 | 11110100 | 1110110 | 10000 | 0 | 110100 | 100 | 1001110 | 1010101 | 1000111 |
Color Harmonies of #CEF476
Complementary color
Monochromatic Colors of #CEF476
Black with #CEF476
Text Example
Text Example
White with #CEF476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF476; }
p { color: rgb(206,244,118); }
H1.HeaderClassName
{
color: #CEF476;
}
.AnyTagClassName
{
color: #CEF476;
}
</style>
background-color css
<style>
a { background-color: #CEF476; }
a { background-color: rgb(206,244,118); }
div.DivClassName
{
background-color: #CEF476;
}
.BgClassName
{
background-color: #CEF476;
}
</style>
border-color css
<style>
span { border-color: #CEF476; }
span { border-color: rgb(206,244,118); }
td.TdClassName
{
border-color: #CEF476;
}
.TagClassName
{
border-color: #CEF476;
}
</style>