Shades of Sulu #CEE58E
Tints of Sulu #CEE58E
RGB
CMYK
RGB Variations
Color information
#CEE58E (or 0xCEE58E) is known color: Sulu. HEX triplet: CE, E5 and 8E. RGB value is (206,229,142). Sum of RGB (Red+Green+Blue) = 206+229+142=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 229 (89.84% from 255 or 39.69% from 577); Blue value is 142 (55.86% from 255 or 24.61% from 577); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE58E is #311A71. Grayscale: #D4D4D4. Windows color (decimal): -3218034 or 9364942. OLE color: 9364942.
HSL color Cylindrical-coordinate representation of color #CEE58E: hue angle of 75.86º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEE58E is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 229 | 142 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.10 |
| HSL | 75.86º | 0.63% | 0.73% | - |
| HSV(B) | 75.86º | 0.38% | 0.9% | - |
| XYZ | 58.36 | 71.11 | 36.24 | - |
| YUV | 212.21 | 88.38 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 142 | 0.10 | 0 | 0.38 | 0.10 | 75.86 | 0.63 | 0.73 |
| Hex | CE | E5 | 8E | A | 0 | 26 | A | 4C | 3F | 49 |
| Octal | 316 | 345 | 216 | 12 | 0 | 46 | 12 | 114 | 77 | 111 |
| Binary | 11001110 | 11100101 | 10001110 | 1010 | 0 | 100110 | 1010 | 1001100 | 111111 | 1001001 |
Color Harmonies of #CEE58E
Complementary color
Monochromatic Colors of #CEE58E
Black with #CEE58E
Text Example
Text Example
White with #CEE58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE58E; }
p { color: rgb(206,229,142); }
H1.HeaderClassName
{
color: #CEE58E;
}
.AnyTagClassName
{
color: #CEE58E;
}
</style>
background-color css
<style>
a { background-color: #CEE58E; }
a { background-color: rgb(206,229,142); }
div.DivClassName
{
background-color: #CEE58E;
}
.BgClassName
{
background-color: #CEE58E;
}
</style>
border-color css
<style>
span { border-color: #CEE58E; }
span { border-color: rgb(206,229,142); }
td.TdClassName
{
border-color: #CEE58E;
}
.TagClassName
{
border-color: #CEE58E;
}
</style>