Shades of Sulu #CEE28D
Tints of Sulu #CEE28D
RGB
CMYK
RGB Variations
Color information
#CEE28D (or 0xCEE28D) is known color: Sulu. HEX triplet: CE, E2 and 8D. RGB value is (206,226,141). Sum of RGB (Red+Green+Blue) = 206+226+141=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 226 (88.67% from 255 or 39.44% from 573); Blue value is 141 (55.47% from 255 or 24.61% from 573); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE28D is #311D72. Grayscale: #D2D2D2. Windows color (decimal): -3218803 or 9298638. OLE color: 9298638.
HSL color Cylindrical-coordinate representation of color #CEE28D: hue angle of 74.12º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEE28D is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 226 | 141 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.11 |
| HSL | 74.12º | 0.59% | 0.72% | - |
| HSV(B) | 74.12º | 0.38% | 0.89% | - |
| XYZ | 57.46 | 69.44 | 35.57 | - |
| YUV | 210.33 | 88.87 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 226 | 141 | 0.09 | 0 | 0.38 | 0.11 | 74.12 | 0.59 | 0.72 |
| Hex | CE | E2 | 8D | 9 | 0 | 26 | B | 4A | 3B | 48 |
| Octal | 316 | 342 | 215 | 11 | 0 | 46 | 13 | 112 | 73 | 110 |
| Binary | 11001110 | 11100010 | 10001101 | 1001 | 0 | 100110 | 1011 | 1001010 | 111011 | 1001000 |
Color Harmonies of #CEE28D
Complementary color
Monochromatic Colors of #CEE28D
Black with #CEE28D
Text Example
Text Example
White with #CEE28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE28D; }
p { color: rgb(206,226,141); }
H1.HeaderClassName
{
color: #CEE28D;
}
.AnyTagClassName
{
color: #CEE28D;
}
</style>
background-color css
<style>
a { background-color: #CEE28D; }
a { background-color: rgb(206,226,141); }
div.DivClassName
{
background-color: #CEE28D;
}
.BgClassName
{
background-color: #CEE28D;
}
</style>
border-color css
<style>
span { border-color: #CEE28D; }
span { border-color: rgb(206,226,141); }
td.TdClassName
{
border-color: #CEE28D;
}
.TagClassName
{
border-color: #CEE28D;
}
</style>