Shades of Sulu #CEF078
Tints of Sulu #CEF078
RGB
CMYK
RGB Variations
Color information
#CEF078 (or 0xCEF078) is known color: Sulu. HEX triplet: CE, F0 and 78. RGB value is (206,240,120). Sum of RGB (Red+Green+Blue) = 206+240+120=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 240 (94.14% from 255 or 42.40% from 566); Blue value is 120 (47.27% from 255 or 21.20% from 566); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF078 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF078 is #310F87. Grayscale: #D8D8D8. Windows color (decimal): -3215240 or 7925966. OLE color: 7925966.
HSL color Cylindrical-coordinate representation of color #CEF078: hue angle of 77º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEF078 is Cyan = 0.14, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 120 | - |
| CMYK | 0.14 | 0 | 0.5 | 0.06 |
| HSL | 77º | 0.8% | 0.71% | - |
| HSV(B) | 77º | 0.5% | 0.94% | - |
| XYZ | 60 | 76.8 | 29.43 | - |
| YUV | 216.15 | 73.74 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 120 | 0.14 | 0 | 0.5 | 0.06 | 77 | 0.8 | 0.71 |
| Hex | CE | F0 | 78 | E | 0 | 32 | 6 | 4D | 50 | 47 |
| Octal | 316 | 360 | 170 | 16 | 0 | 62 | 6 | 115 | 120 | 107 |
| Binary | 11001110 | 11110000 | 1111000 | 1110 | 0 | 110010 | 110 | 1001101 | 1010000 | 1000111 |
Color Harmonies of #CEF078
Complementary color
Monochromatic Colors of #CEF078
Black with #CEF078
Text Example
Text Example
White with #CEF078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF078; }
p { color: rgb(206,240,120); }
H1.HeaderClassName
{
color: #CEF078;
}
.AnyTagClassName
{
color: #CEF078;
}
</style>
background-color css
<style>
a { background-color: #CEF078; }
a { background-color: rgb(206,240,120); }
div.DivClassName
{
background-color: #CEF078;
}
.BgClassName
{
background-color: #CEF078;
}
</style>
border-color css
<style>
span { border-color: #CEF078; }
span { border-color: rgb(206,240,120); }
td.TdClassName
{
border-color: #CEF078;
}
.TagClassName
{
border-color: #CEF078;
}
</style>