Shades of Sulu #CCE080
Tints of Sulu #CCE080
RGB
CMYK
RGB Variations
Color information
#CCE080 (or 0xCCE080) is known color: Sulu. HEX triplet: CC, E0 and 80. RGB value is (204,224,128). Sum of RGB (Red+Green+Blue) = 204+224+128=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 224 (87.89% from 255 or 40.29% from 556); Blue value is 128 (50.39% from 255 or 23.02% from 556); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE080 is #331F7F. Grayscale: #CFCFCF. Windows color (decimal): -3350400 or 8446156. OLE color: 8446156.
HSL color Cylindrical-coordinate representation of color #CCE080: hue angle of 72.5º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCE080 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 128 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.12 |
| HSL | 72.5º | 0.61% | 0.69% | - |
| HSV(B) | 72.5º | 0.43% | 0.88% | - |
| XYZ | 55.45 | 67.71 | 30.57 | - |
| YUV | 207.08 | 83.37 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 128 | 0.09 | 0 | 0.43 | 0.12 | 72.5 | 0.61 | 0.69 |
| Hex | CC | E0 | 80 | 9 | 0 | 2B | C | 48 | 3D | 45 |
| Octal | 314 | 340 | 200 | 11 | 0 | 53 | 14 | 110 | 75 | 105 |
| Binary | 11001100 | 11100000 | 10000000 | 1001 | 0 | 101011 | 1100 | 1001000 | 111101 | 1000101 |
Color Harmonies of #CCE080
Complementary color
Monochromatic Colors of #CCE080
Black with #CCE080
Text Example
Text Example
White with #CCE080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE080; }
p { color: rgb(204,224,128); }
H1.HeaderClassName
{
color: #CCE080;
}
.AnyTagClassName
{
color: #CCE080;
}
</style>
background-color css
<style>
a { background-color: #CCE080; }
a { background-color: rgb(204,224,128); }
div.DivClassName
{
background-color: #CCE080;
}
.BgClassName
{
background-color: #CCE080;
}
</style>
border-color css
<style>
span { border-color: #CCE080; }
span { border-color: rgb(204,224,128); }
td.TdClassName
{
border-color: #CCE080;
}
.TagClassName
{
border-color: #CCE080;
}
</style>