Shades of Sulu #CEE37A
Tints of Sulu #CEE37A
RGB
CMYK
RGB Variations
Color information
#CEE37A (or 0xCEE37A) is known color: Sulu. HEX triplet: CE, E3 and 7A. RGB value is (206,227,122). Sum of RGB (Red+Green+Blue) = 206+227+122=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 227 (89.06% from 255 or 40.90% from 555); Blue value is 122 (48.05% from 255 or 21.98% from 555); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE37A is #311C85. Grayscale: #D1D1D1. Windows color (decimal): -3218566 or 8053710. OLE color: 8053710.
HSL color Cylindrical-coordinate representation of color #CEE37A: hue angle of 72º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEE37A is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 122 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.11 |
| HSL | 72º | 0.65% | 0.68% | - |
| HSV(B) | 72º | 0.46% | 0.89% | - |
| XYZ | 56.44 | 69.47 | 28.85 | - |
| YUV | 208.75 | 79.04 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 122 | 0.09 | 0 | 0.46 | 0.11 | 72 | 0.65 | 0.68 |
| Hex | CE | E3 | 7A | 9 | 0 | 2E | B | 48 | 41 | 44 |
| Octal | 316 | 343 | 172 | 11 | 0 | 56 | 13 | 110 | 101 | 104 |
| Binary | 11001110 | 11100011 | 1111010 | 1001 | 0 | 101110 | 1011 | 1001000 | 1000001 | 1000100 |
Color Harmonies of #CEE37A
Complementary color
Monochromatic Colors of #CEE37A
Black with #CEE37A
Text Example
Text Example
White with #CEE37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE37A; }
p { color: rgb(206,227,122); }
H1.HeaderClassName
{
color: #CEE37A;
}
.AnyTagClassName
{
color: #CEE37A;
}
</style>
background-color css
<style>
a { background-color: #CEE37A; }
a { background-color: rgb(206,227,122); }
div.DivClassName
{
background-color: #CEE37A;
}
.BgClassName
{
background-color: #CEE37A;
}
</style>
border-color css
<style>
span { border-color: #CEE37A; }
span { border-color: rgb(206,227,122); }
td.TdClassName
{
border-color: #CEE37A;
}
.TagClassName
{
border-color: #CEE37A;
}
</style>