Shades of Sulu #CEE58B
Tints of Sulu #CEE58B
RGB
CMYK
RGB Variations
Color information
#CEE58B (or 0xCEE58B) is known color: Sulu. HEX triplet: CE, E5 and 8B. RGB value is (206,229,139). Sum of RGB (Red+Green+Blue) = 206+229+139=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 229 (89.84% from 255 or 39.90% from 574); Blue value is 139 (54.69% from 255 or 24.22% from 574); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE58B is #311A74. Grayscale: #D4D4D4. Windows color (decimal): -3218037 or 9168334. OLE color: 9168334.
HSL color Cylindrical-coordinate representation of color #CEE58B: hue angle of 75.33º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CEE58B is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 229 | 139 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.10 |
| HSL | 75.33º | 0.63% | 0.72% | - |
| HSV(B) | 75.33º | 0.39% | 0.9% | - |
| XYZ | 58.13 | 71.02 | 35.07 | - |
| YUV | 211.86 | 86.88 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 139 | 0.10 | 0 | 0.39 | 0.10 | 75.33 | 0.63 | 0.72 |
| Hex | CE | E5 | 8B | A | 0 | 27 | A | 4B | 3F | 48 |
| Octal | 316 | 345 | 213 | 12 | 0 | 47 | 12 | 113 | 77 | 110 |
| Binary | 11001110 | 11100101 | 10001011 | 1010 | 0 | 100111 | 1010 | 1001011 | 111111 | 1001000 |
Color Harmonies of #CEE58B
Complementary color
Monochromatic Colors of #CEE58B
Black with #CEE58B
Text Example
Text Example
White with #CEE58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE58B; }
p { color: rgb(206,229,139); }
H1.HeaderClassName
{
color: #CEE58B;
}
.AnyTagClassName
{
color: #CEE58B;
}
</style>
background-color css
<style>
a { background-color: #CEE58B; }
a { background-color: rgb(206,229,139); }
div.DivClassName
{
background-color: #CEE58B;
}
.BgClassName
{
background-color: #CEE58B;
}
</style>
border-color css
<style>
span { border-color: #CEE58B; }
span { border-color: rgb(206,229,139); }
td.TdClassName
{
border-color: #CEE58B;
}
.TagClassName
{
border-color: #CEE58B;
}
</style>