Shades of Sulu #CEE37D
Tints of Sulu #CEE37D
RGB
CMYK
RGB Variations
Color information
#CEE37D (or 0xCEE37D) is known color: Sulu. HEX triplet: CE, E3 and 7D. RGB value is (206,227,125). Sum of RGB (Red+Green+Blue) = 206+227+125=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 227 (89.06% from 255 or 40.68% from 558); Blue value is 125 (49.22% from 255 or 22.40% from 558); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE37D is #311C82. Grayscale: #D1D1D1. Windows color (decimal): -3218563 or 8250318. OLE color: 8250318.
HSL color Cylindrical-coordinate representation of color #CEE37D: hue angle of 72.35º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CEE37D is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 125 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.11 |
| HSL | 72.35º | 0.65% | 0.69% | - |
| HSV(B) | 72.35º | 0.45% | 0.89% | - |
| XYZ | 56.62 | 69.54 | 29.84 | - |
| YUV | 209.09 | 80.54 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 125 | 0.09 | 0 | 0.45 | 0.11 | 72.35 | 0.65 | 0.69 |
| Hex | CE | E3 | 7D | 9 | 0 | 2D | B | 48 | 41 | 45 |
| Octal | 316 | 343 | 175 | 11 | 0 | 55 | 13 | 110 | 101 | 105 |
| Binary | 11001110 | 11100011 | 1111101 | 1001 | 0 | 101101 | 1011 | 1001000 | 1000001 | 1000101 |
Color Harmonies of #CEE37D
Complementary color
Monochromatic Colors of #CEE37D
Black with #CEE37D
Text Example
Text Example
White with #CEE37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE37D; }
p { color: rgb(206,227,125); }
H1.HeaderClassName
{
color: #CEE37D;
}
.AnyTagClassName
{
color: #CEE37D;
}
</style>
background-color css
<style>
a { background-color: #CEE37D; }
a { background-color: rgb(206,227,125); }
div.DivClassName
{
background-color: #CEE37D;
}
.BgClassName
{
background-color: #CEE37D;
}
</style>
border-color css
<style>
span { border-color: #CEE37D; }
span { border-color: rgb(206,227,125); }
td.TdClassName
{
border-color: #CEE37D;
}
.TagClassName
{
border-color: #CEE37D;
}
</style>