Shades of Sulu #CCE980
Tints of Sulu #CCE980
RGB
CMYK
RGB Variations
Color information
#CCE980 (or 0xCCE980) is known color: Sulu. HEX triplet: CC, E9 and 80. RGB value is (204,233,128). Sum of RGB (Red+Green+Blue) = 204+233+128=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 233 (91.41% from 255 or 41.24% from 565); Blue value is 128 (50.39% from 255 or 22.65% from 565); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE980 is #33167F. Grayscale: #D4D4D4. Windows color (decimal): -3348096 or 8448460. OLE color: 8448460.
HSL color Cylindrical-coordinate representation of color #CCE980: hue angle of 76.57º 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 #CCE980 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 128 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.09 |
| HSL | 76.57º | 0.7% | 0.71% | - |
| HSV(B) | 76.57º | 0.45% | 0.91% | - |
| XYZ | 57.94 | 72.67 | 31.4 | - |
| YUV | 212.36 | 80.39 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 128 | 0.12 | 0 | 0.45 | 0.09 | 76.57 | 0.7 | 0.71 |
| Hex | CC | E9 | 80 | C | 0 | 2D | 9 | 4D | 46 | 47 |
| Octal | 314 | 351 | 200 | 14 | 0 | 55 | 11 | 115 | 106 | 107 |
| Binary | 11001100 | 11101001 | 10000000 | 1100 | 0 | 101101 | 1001 | 1001101 | 1000110 | 1000111 |
Color Harmonies of #CCE980
Complementary color
Monochromatic Colors of #CCE980
Black with #CCE980
Text Example
Text Example
White with #CCE980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE980; }
p { color: rgb(204,233,128); }
H1.HeaderClassName
{
color: #CCE980;
}
.AnyTagClassName
{
color: #CCE980;
}
</style>
background-color css
<style>
a { background-color: #CCE980; }
a { background-color: rgb(204,233,128); }
div.DivClassName
{
background-color: #CCE980;
}
.BgClassName
{
background-color: #CCE980;
}
</style>
border-color css
<style>
span { border-color: #CCE980; }
span { border-color: rgb(204,233,128); }
td.TdClassName
{
border-color: #CCE980;
}
.TagClassName
{
border-color: #CCE980;
}
</style>