Shades of Sulu #CCE982
Tints of Sulu #CCE982
RGB
CMYK
RGB Variations
Color information
#CCE982 (or 0xCCE982) is known color: Sulu. HEX triplet: CC, E9 and 82. RGB value is (204,233,130). Sum of RGB (Red+Green+Blue) = 204+233+130=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 233 (91.41% from 255 or 41.09% from 567); Blue value is 130 (51.17% from 255 or 22.93% from 567); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE982 is #33167D. Grayscale: #D4D4D4. Windows color (decimal): -3348094 or 8579532. OLE color: 8579532.
HSL color Cylindrical-coordinate representation of color #CCE982: hue angle of 76.89º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCE982 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 130 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.09 |
| HSL | 76.89º | 0.7% | 0.71% | - |
| HSV(B) | 76.89º | 0.44% | 0.91% | - |
| XYZ | 58.07 | 72.73 | 32.1 | - |
| YUV | 212.59 | 81.39 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 130 | 0.12 | 0 | 0.44 | 0.09 | 76.89 | 0.7 | 0.71 |
| Hex | CC | E9 | 82 | C | 0 | 2C | 9 | 4D | 46 | 47 |
| Octal | 314 | 351 | 202 | 14 | 0 | 54 | 11 | 115 | 106 | 107 |
| Binary | 11001100 | 11101001 | 10000010 | 1100 | 0 | 101100 | 1001 | 1001101 | 1000110 | 1000111 |
Color Harmonies of #CCE982
Complementary color
Monochromatic Colors of #CCE982
Black with #CCE982
Text Example
Text Example
White with #CCE982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE982; }
p { color: rgb(204,233,130); }
H1.HeaderClassName
{
color: #CCE982;
}
.AnyTagClassName
{
color: #CCE982;
}
</style>
background-color css
<style>
a { background-color: #CCE982; }
a { background-color: rgb(204,233,130); }
div.DivClassName
{
background-color: #CCE982;
}
.BgClassName
{
background-color: #CCE982;
}
</style>
border-color css
<style>
span { border-color: #CCE982; }
span { border-color: rgb(204,233,130); }
td.TdClassName
{
border-color: #CCE982;
}
.TagClassName
{
border-color: #CCE982;
}
</style>