Shades of Sulu #CEF473
Tints of Sulu #CEF473
RGB
CMYK
RGB Variations
Color information
#CEF473 (or 0xCEF473) is known color: Sulu. HEX triplet: CE, F4 and 73. RGB value is (206,244,115). Sum of RGB (Red+Green+Blue) = 206+244+115=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 244 (95.70% from 255 or 43.19% from 565); Blue value is 115 (45.31% from 255 or 20.35% from 565); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF473 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF473 is #310B8C. Grayscale: #DADADA. Windows color (decimal): -3214221 or 7599310. OLE color: 7599310.
HSL color Cylindrical-coordinate representation of color #CEF473: hue angle of 77.67º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CEF473 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 244 | 115 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.04 |
| HSL | 77.67º | 0.85% | 0.7% | - |
| HSV(B) | 77.67º | 0.53% | 0.96% | - |
| XYZ | 60.9 | 79.06 | 28.27 | - |
| YUV | 217.93 | 69.91 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 244 | 115 | 0.16 | 0 | 0.53 | 0.04 | 77.67 | 0.85 | 0.7 |
| Hex | CE | F4 | 73 | 10 | 0 | 35 | 4 | 4E | 55 | 46 |
| Octal | 316 | 364 | 163 | 20 | 0 | 65 | 4 | 116 | 125 | 106 |
| Binary | 11001110 | 11110100 | 1110011 | 10000 | 0 | 110101 | 100 | 1001110 | 1010101 | 1000110 |
Color Harmonies of #CEF473
Complementary color
Monochromatic Colors of #CEF473
Black with #CEF473
Text Example
Text Example
White with #CEF473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF473; }
p { color: rgb(206,244,115); }
H1.HeaderClassName
{
color: #CEF473;
}
.AnyTagClassName
{
color: #CEF473;
}
</style>
background-color css
<style>
a { background-color: #CEF473; }
a { background-color: rgb(206,244,115); }
div.DivClassName
{
background-color: #CEF473;
}
.BgClassName
{
background-color: #CEF473;
}
</style>
border-color css
<style>
span { border-color: #CEF473; }
span { border-color: rgb(206,244,115); }
td.TdClassName
{
border-color: #CEF473;
}
.TagClassName
{
border-color: #CEF473;
}
</style>