Shades of Sulu #CEE18B
Tints of Sulu #CEE18B
RGB
CMYK
RGB Variations
Color information
#CEE18B (or 0xCEE18B) is known color: Sulu. HEX triplet: CE, E1 and 8B. RGB value is (206,225,139). Sum of RGB (Red+Green+Blue) = 206+225+139=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 225 (88.28% from 255 or 39.47% from 570); Blue value is 139 (54.69% from 255 or 24.39% from 570); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE18B is #311E74. Grayscale: #D1D1D1. Windows color (decimal): -3219061 or 9167310. OLE color: 9167310.
HSL color Cylindrical-coordinate representation of color #CEE18B: hue angle of 73.26º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEE18B is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 139 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.12 |
| HSL | 73.26º | 0.59% | 0.71% | - |
| HSV(B) | 73.26º | 0.38% | 0.88% | - |
| XYZ | 57.04 | 68.84 | 34.71 | - |
| YUV | 209.52 | 88.21 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 139 | 0.08 | 0 | 0.38 | 0.12 | 73.26 | 0.59 | 0.71 |
| Hex | CE | E1 | 8B | 8 | 0 | 26 | C | 49 | 3B | 47 |
| Octal | 316 | 341 | 213 | 10 | 0 | 46 | 14 | 111 | 73 | 107 |
| Binary | 11001110 | 11100001 | 10001011 | 1000 | 0 | 100110 | 1100 | 1001001 | 111011 | 1000111 |
Color Harmonies of #CEE18B
Complementary color
Monochromatic Colors of #CEE18B
Black with #CEE18B
Text Example
Text Example
White with #CEE18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE18B; }
p { color: rgb(206,225,139); }
H1.HeaderClassName
{
color: #CEE18B;
}
.AnyTagClassName
{
color: #CEE18B;
}
</style>
background-color css
<style>
a { background-color: #CEE18B; }
a { background-color: rgb(206,225,139); }
div.DivClassName
{
background-color: #CEE18B;
}
.BgClassName
{
background-color: #CEE18B;
}
</style>
border-color css
<style>
span { border-color: #CEE18B; }
span { border-color: rgb(206,225,139); }
td.TdClassName
{
border-color: #CEE18B;
}
.TagClassName
{
border-color: #CEE18B;
}
</style>