Shades of Sulu #CCE981
Tints of Sulu #CCE981
RGB
CMYK
RGB Variations
Color information
#CCE981 (or 0xCCE981) is known color: Sulu. HEX triplet: CC, E9 and 81. RGB value is (204,233,129). Sum of RGB (Red+Green+Blue) = 204+233+129=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 233 (91.41% from 255 or 41.17% from 566); Blue value is 129 (50.78% from 255 or 22.79% from 566); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE981 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE981 is #33167E. Grayscale: #D4D4D4. Windows color (decimal): -3348095 or 8513996. OLE color: 8513996.
HSL color Cylindrical-coordinate representation of color #CCE981: hue angle of 76.73º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCE981 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 129 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.09 |
| HSL | 76.73º | 0.7% | 0.71% | - |
| HSV(B) | 76.73º | 0.45% | 0.91% | - |
| XYZ | 58 | 72.7 | 31.74 | - |
| YUV | 212.47 | 80.89 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 129 | 0.12 | 0 | 0.45 | 0.09 | 76.73 | 0.7 | 0.71 |
| Hex | CC | E9 | 81 | C | 0 | 2D | 9 | 4D | 46 | 47 |
| Octal | 314 | 351 | 201 | 14 | 0 | 55 | 11 | 115 | 106 | 107 |
| Binary | 11001100 | 11101001 | 10000001 | 1100 | 0 | 101101 | 1001 | 1001101 | 1000110 | 1000111 |
Color Harmonies of #CCE981
Complementary color
Monochromatic Colors of #CCE981
Black with #CCE981
Text Example
Text Example
White with #CCE981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE981; }
p { color: rgb(204,233,129); }
H1.HeaderClassName
{
color: #CCE981;
}
.AnyTagClassName
{
color: #CCE981;
}
</style>
background-color css
<style>
a { background-color: #CCE981; }
a { background-color: rgb(204,233,129); }
div.DivClassName
{
background-color: #CCE981;
}
.BgClassName
{
background-color: #CCE981;
}
</style>
border-color css
<style>
span { border-color: #CCE981; }
span { border-color: rgb(204,233,129); }
td.TdClassName
{
border-color: #CCE981;
}
.TagClassName
{
border-color: #CCE981;
}
</style>