Shades of Sulu #CEE978
Tints of Sulu #CEE978
RGB
CMYK
RGB Variations
Color information
#CEE978 (or 0xCEE978) is known color: Sulu. HEX triplet: CE, E9 and 78. RGB value is (206,233,120). Sum of RGB (Red+Green+Blue) = 206+233+120=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 233 (91.41% from 255 or 41.68% from 559); Blue value is 120 (47.27% from 255 or 21.47% from 559); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE978 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE978 is #311687. Grayscale: #D4D4D4. Windows color (decimal): -3217032 or 7924174. OLE color: 7924174.
HSL color Cylindrical-coordinate representation of color #CEE978: hue angle of 74.34º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEE978 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 233 | 120 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.09 |
| HSL | 74.34º | 0.72% | 0.69% | - |
| HSV(B) | 74.34º | 0.48% | 0.91% | - |
| XYZ | 57.98 | 72.76 | 28.76 | - |
| YUV | 212.05 | 76.05 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 233 | 120 | 0.12 | 0 | 0.48 | 0.09 | 74.34 | 0.72 | 0.69 |
| Hex | CE | E9 | 78 | C | 0 | 30 | 9 | 4A | 48 | 45 |
| Octal | 316 | 351 | 170 | 14 | 0 | 60 | 11 | 112 | 110 | 105 |
| Binary | 11001110 | 11101001 | 1111000 | 1100 | 0 | 110000 | 1001 | 1001010 | 1001000 | 1000101 |
Color Harmonies of #CEE978
Complementary color
Monochromatic Colors of #CEE978
Black with #CEE978
Text Example
Text Example
White with #CEE978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE978; }
p { color: rgb(206,233,120); }
H1.HeaderClassName
{
color: #CEE978;
}
.AnyTagClassName
{
color: #CEE978;
}
</style>
background-color css
<style>
a { background-color: #CEE978; }
a { background-color: rgb(206,233,120); }
div.DivClassName
{
background-color: #CEE978;
}
.BgClassName
{
background-color: #CEE978;
}
</style>
border-color css
<style>
span { border-color: #CEE978; }
span { border-color: rgb(206,233,120); }
td.TdClassName
{
border-color: #CEE978;
}
.TagClassName
{
border-color: #CEE978;
}
</style>