Shades of Sulu #CEF073
Tints of Sulu #CEF073
RGB
CMYK
RGB Variations
Color information
#CEF073 (or 0xCEF073) is known color: Sulu. HEX triplet: CE, F0 and 73. RGB value is (206,240,115). Sum of RGB (Red+Green+Blue) = 206+240+115=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 115 (45.31% from 255 or 20.50% from 561); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF073 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF073 is #310F8C. Grayscale: #D8D8D8. Windows color (decimal): -3215245 or 7598286. OLE color: 7598286.
HSL color Cylindrical-coordinate representation of color #CEF073: hue angle of 76.32º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CEF073 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 115 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.06 |
| HSL | 76.32º | 0.81% | 0.7% | - |
| HSV(B) | 76.32º | 0.52% | 0.94% | - |
| XYZ | 59.71 | 76.68 | 27.87 | - |
| YUV | 215.58 | 71.24 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 115 | 0.14 | 0 | 0.52 | 0.06 | 76.32 | 0.81 | 0.7 |
| Hex | CE | F0 | 73 | E | 0 | 34 | 6 | 4C | 51 | 46 |
| Octal | 316 | 360 | 163 | 16 | 0 | 64 | 6 | 114 | 121 | 106 |
| Binary | 11001110 | 11110000 | 1110011 | 1110 | 0 | 110100 | 110 | 1001100 | 1010001 | 1000110 |
Color Harmonies of #CEF073
Complementary color
Monochromatic Colors of #CEF073
Black with #CEF073
Text Example
Text Example
White with #CEF073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF073; }
p { color: rgb(206,240,115); }
H1.HeaderClassName
{
color: #CEF073;
}
.AnyTagClassName
{
color: #CEF073;
}
</style>
background-color css
<style>
a { background-color: #CEF073; }
a { background-color: rgb(206,240,115); }
div.DivClassName
{
background-color: #CEF073;
}
.BgClassName
{
background-color: #CEF073;
}
</style>
border-color css
<style>
span { border-color: #CEF073; }
span { border-color: rgb(206,240,115); }
td.TdClassName
{
border-color: #CEF073;
}
.TagClassName
{
border-color: #CEF073;
}
</style>