Shades of Sulu #CEE47A
Tints of Sulu #CEE47A
RGB
CMYK
RGB Variations
Color information
#CEE47A (or 0xCEE47A) is known color: Sulu. HEX triplet: CE, E4 and 7A. RGB value is (206,228,122). Sum of RGB (Red+Green+Blue) = 206+228+122=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 228 (89.45% from 255 or 41.01% from 556); Blue value is 122 (48.05% from 255 or 21.94% from 556); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE47A is #311B85. Grayscale: #D1D1D1. Windows color (decimal): -3218310 or 8053966. OLE color: 8053966.
HSL color Cylindrical-coordinate representation of color #CEE47A: hue angle of 72.45º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEE47A is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 228 | 122 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.11 |
| HSL | 72.45º | 0.66% | 0.69% | - |
| HSV(B) | 72.45º | 0.46% | 0.89% | - |
| XYZ | 56.71 | 70.01 | 28.94 | - |
| YUV | 209.34 | 78.71 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 228 | 122 | 0.10 | 0 | 0.46 | 0.11 | 72.45 | 0.66 | 0.69 |
| Hex | CE | E4 | 7A | A | 0 | 2E | B | 48 | 42 | 45 |
| Octal | 316 | 344 | 172 | 12 | 0 | 56 | 13 | 110 | 102 | 105 |
| Binary | 11001110 | 11100100 | 1111010 | 1010 | 0 | 101110 | 1011 | 1001000 | 1000010 | 1000101 |
Color Harmonies of #CEE47A
Complementary color
Monochromatic Colors of #CEE47A
Black with #CEE47A
Text Example
Text Example
White with #CEE47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE47A; }
p { color: rgb(206,228,122); }
H1.HeaderClassName
{
color: #CEE47A;
}
.AnyTagClassName
{
color: #CEE47A;
}
</style>
background-color css
<style>
a { background-color: #CEE47A; }
a { background-color: rgb(206,228,122); }
div.DivClassName
{
background-color: #CEE47A;
}
.BgClassName
{
background-color: #CEE47A;
}
</style>
border-color css
<style>
span { border-color: #CEE47A; }
span { border-color: rgb(206,228,122); }
td.TdClassName
{
border-color: #CEE47A;
}
.TagClassName
{
border-color: #CEE47A;
}
</style>