Shades of Sulu #CCE480
Tints of Sulu #CCE480
RGB
CMYK
RGB Variations
Color information
#CCE480 (or 0xCCE480) is known color: Sulu. HEX triplet: CC, E4 and 80. RGB value is (204,228,128). Sum of RGB (Red+Green+Blue) = 204+228+128=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 228 (89.45% from 255 or 40.71% from 560); Blue value is 128 (50.39% from 255 or 22.86% from 560); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE480 is #331B7F. Grayscale: #D1D1D1. Windows color (decimal): -3349376 or 8447180. OLE color: 8447180.
HSL color Cylindrical-coordinate representation of color #CCE480: hue angle of 74.4º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCE480 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 128 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.11 |
| HSL | 74.4º | 0.65% | 0.7% | - |
| HSV(B) | 74.4º | 0.44% | 0.89% | - |
| XYZ | 56.54 | 69.88 | 30.93 | - |
| YUV | 209.42 | 82.05 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 128 | 0.11 | 0 | 0.44 | 0.11 | 74.4 | 0.65 | 0.7 |
| Hex | CC | E4 | 80 | B | 0 | 2C | B | 4A | 41 | 46 |
| Octal | 314 | 344 | 200 | 13 | 0 | 54 | 13 | 112 | 101 | 106 |
| Binary | 11001100 | 11100100 | 10000000 | 1011 | 0 | 101100 | 1011 | 1001010 | 1000001 | 1000110 |
Color Harmonies of #CCE480
Complementary color
Monochromatic Colors of #CCE480
Black with #CCE480
Text Example
Text Example
White with #CCE480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE480; }
p { color: rgb(204,228,128); }
H1.HeaderClassName
{
color: #CCE480;
}
.AnyTagClassName
{
color: #CCE480;
}
</style>
background-color css
<style>
a { background-color: #CCE480; }
a { background-color: rgb(204,228,128); }
div.DivClassName
{
background-color: #CCE480;
}
.BgClassName
{
background-color: #CCE480;
}
</style>
border-color css
<style>
span { border-color: #CCE480; }
span { border-color: rgb(204,228,128); }
td.TdClassName
{
border-color: #CCE480;
}
.TagClassName
{
border-color: #CCE480;
}
</style>