Shades of Sulu #CEE97D
Tints of Sulu #CEE97D
RGB
CMYK
RGB Variations
Color information
#CEE97D (or 0xCEE97D) is known color: Sulu. HEX triplet: CE, E9 and 7D. RGB value is (206,233,125). Sum of RGB (Red+Green+Blue) = 206+233+125=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 233 (91.41% from 255 or 41.31% from 564); Blue value is 125 (49.22% from 255 or 22.16% from 564); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE97D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE97D is #311682. Grayscale: #D5D5D5. Windows color (decimal): -3217027 or 8251854. OLE color: 8251854.
HSL color Cylindrical-coordinate representation of color #CEE97D: hue angle of 75º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEE97D is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 233 | 125 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.09 |
| HSL | 75º | 0.71% | 0.7% | - |
| HSV(B) | 75º | 0.46% | 0.91% | - |
| XYZ | 58.29 | 72.88 | 30.4 | - |
| YUV | 212.62 | 78.55 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 233 | 125 | 0.12 | 0 | 0.46 | 0.09 | 75 | 0.71 | 0.7 |
| Hex | CE | E9 | 7D | C | 0 | 2E | 9 | 4B | 47 | 46 |
| Octal | 316 | 351 | 175 | 14 | 0 | 56 | 11 | 113 | 107 | 106 |
| Binary | 11001110 | 11101001 | 1111101 | 1100 | 0 | 101110 | 1001 | 1001011 | 1000111 | 1000110 |
Color Harmonies of #CEE97D
Complementary color
Monochromatic Colors of #CEE97D
Black with #CEE97D
Text Example
Text Example
White with #CEE97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE97D; }
p { color: rgb(206,233,125); }
H1.HeaderClassName
{
color: #CEE97D;
}
.AnyTagClassName
{
color: #CEE97D;
}
</style>
background-color css
<style>
a { background-color: #CEE97D; }
a { background-color: rgb(206,233,125); }
div.DivClassName
{
background-color: #CEE97D;
}
.BgClassName
{
background-color: #CEE97D;
}
</style>
border-color css
<style>
span { border-color: #CEE97D; }
span { border-color: rgb(206,233,125); }
td.TdClassName
{
border-color: #CEE97D;
}
.TagClassName
{
border-color: #CEE97D;
}
</style>