Shades of Sulu #CEF576
Tints of Sulu #CEF576
RGB
CMYK
RGB Variations
Color information
#CEF576 (or 0xCEF576) is known color: Sulu. HEX triplet: CE, F5 and 76. RGB value is (206,245,118). Sum of RGB (Red+Green+Blue) = 206+245+118=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 245 (96.09% from 255 or 43.06% from 569); Blue value is 118 (46.48% from 255 or 20.74% from 569); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF576 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF576 is #310A89. Grayscale: #DBDBDB. Windows color (decimal): -3213962 or 7796174. OLE color: 7796174.
HSL color Cylindrical-coordinate representation of color #CEF576: hue angle of 78.43º degrees, saturation: 0.86, 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 #CEF576 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 118 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.04 |
| HSL | 78.43º | 0.86% | 0.71% | - |
| HSV(B) | 78.43º | 0.52% | 0.96% | - |
| XYZ | 61.38 | 79.73 | 29.3 | - |
| YUV | 218.86 | 71.08 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 118 | 0.16 | 0 | 0.52 | 0.04 | 78.43 | 0.86 | 0.71 |
| Hex | CE | F5 | 76 | 10 | 0 | 34 | 4 | 4E | 56 | 47 |
| Octal | 316 | 365 | 166 | 20 | 0 | 64 | 4 | 116 | 126 | 107 |
| Binary | 11001110 | 11110101 | 1110110 | 10000 | 0 | 110100 | 100 | 1001110 | 1010110 | 1000111 |
Color Harmonies of #CEF576
Complementary color
Monochromatic Colors of #CEF576
Black with #CEF576
Text Example
Text Example
White with #CEF576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF576; }
p { color: rgb(206,245,118); }
H1.HeaderClassName
{
color: #CEF576;
}
.AnyTagClassName
{
color: #CEF576;
}
</style>
background-color css
<style>
a { background-color: #CEF576; }
a { background-color: rgb(206,245,118); }
div.DivClassName
{
background-color: #CEF576;
}
.BgClassName
{
background-color: #CEF576;
}
</style>
border-color css
<style>
span { border-color: #CEF576; }
span { border-color: rgb(206,245,118); }
td.TdClassName
{
border-color: #CEF576;
}
.TagClassName
{
border-color: #CEF576;
}
</style>