Shades of Sulu #CEE28B
Tints of Sulu #CEE28B
RGB
CMYK
RGB Variations
Color information
#CEE28B (or 0xCEE28B) is known color: Sulu. HEX triplet: CE, E2 and 8B. RGB value is (206,226,139). Sum of RGB (Red+Green+Blue) = 206+226+139=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 226 (88.67% from 255 or 39.58% from 571); Blue value is 139 (54.69% from 255 or 24.34% from 571); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE28B is #311D74. Grayscale: #D2D2D2. Windows color (decimal): -3218805 or 9167566. OLE color: 9167566.
HSL color Cylindrical-coordinate representation of color #CEE28B: hue angle of 73.79º degrees, saturation: 0.6, 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 #CEE28B is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 226 | 139 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.11 |
| HSL | 73.79º | 0.6% | 0.72% | - |
| HSV(B) | 73.79º | 0.38% | 0.89% | - |
| XYZ | 57.31 | 69.38 | 34.8 | - |
| YUV | 210.1 | 87.87 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 226 | 139 | 0.09 | 0 | 0.38 | 0.11 | 73.79 | 0.6 | 0.72 |
| Hex | CE | E2 | 8B | 9 | 0 | 26 | B | 4A | 3C | 48 |
| Octal | 316 | 342 | 213 | 11 | 0 | 46 | 13 | 112 | 74 | 110 |
| Binary | 11001110 | 11100010 | 10001011 | 1001 | 0 | 100110 | 1011 | 1001010 | 111100 | 1001000 |
Color Harmonies of #CEE28B
Complementary color
Monochromatic Colors of #CEE28B
Black with #CEE28B
Text Example
Text Example
White with #CEE28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE28B; }
p { color: rgb(206,226,139); }
H1.HeaderClassName
{
color: #CEE28B;
}
.AnyTagClassName
{
color: #CEE28B;
}
</style>
background-color css
<style>
a { background-color: #CEE28B; }
a { background-color: rgb(206,226,139); }
div.DivClassName
{
background-color: #CEE28B;
}
.BgClassName
{
background-color: #CEE28B;
}
</style>
border-color css
<style>
span { border-color: #CEE28B; }
span { border-color: rgb(206,226,139); }
td.TdClassName
{
border-color: #CEE28B;
}
.TagClassName
{
border-color: #CEE28B;
}
</style>