Shades of Sulu #CCE98D
Tints of Sulu #CCE98D
RGB
CMYK
RGB Variations
Color information
#CCE98D (or 0xCCE98D) is known color: Sulu. HEX triplet: CC, E9 and 8D. RGB value is (204,233,141). Sum of RGB (Red+Green+Blue) = 204+233+141=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 233 (91.41% from 255 or 40.31% from 578); Blue value is 141 (55.47% from 255 or 24.39% from 578); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE98D is #331672. Grayscale: #D6D6D6. Windows color (decimal): -3348083 or 9300428. OLE color: 9300428.
HSL color Cylindrical-coordinate representation of color #CCE98D: hue angle of 78.91º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCE98D is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 141 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.09 |
| HSL | 78.91º | 0.68% | 0.73% | - |
| HSV(B) | 78.91º | 0.39% | 0.91% | - |
| XYZ | 58.85 | 73.04 | 36.2 | - |
| YUV | 213.84 | 86.89 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 141 | 0.12 | 0 | 0.39 | 0.09 | 78.91 | 0.68 | 0.73 |
| Hex | CC | E9 | 8D | C | 0 | 27 | 9 | 4F | 44 | 49 |
| Octal | 314 | 351 | 215 | 14 | 0 | 47 | 11 | 117 | 104 | 111 |
| Binary | 11001100 | 11101001 | 10001101 | 1100 | 0 | 100111 | 1001 | 1001111 | 1000100 | 1001001 |
Color Harmonies of #CCE98D
Complementary color
Monochromatic Colors of #CCE98D
Black with #CCE98D
Text Example
Text Example
White with #CCE98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE98D; }
p { color: rgb(204,233,141); }
H1.HeaderClassName
{
color: #CCE98D;
}
.AnyTagClassName
{
color: #CCE98D;
}
</style>
background-color css
<style>
a { background-color: #CCE98D; }
a { background-color: rgb(204,233,141); }
div.DivClassName
{
background-color: #CCE98D;
}
.BgClassName
{
background-color: #CCE98D;
}
</style>
border-color css
<style>
span { border-color: #CCE98D; }
span { border-color: rgb(204,233,141); }
td.TdClassName
{
border-color: #CCE98D;
}
.TagClassName
{
border-color: #CCE98D;
}
</style>