Shades of Sulu #CCE082
Tints of Sulu #CCE082
RGB
CMYK
RGB Variations
Color information
#CCE082 (or 0xCCE082) is known color: Sulu. HEX triplet: CC, E0 and 82. RGB value is (204,224,130). Sum of RGB (Red+Green+Blue) = 204+224+130=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 224 (87.89% from 255 or 40.14% from 558); Blue value is 130 (51.17% from 255 or 23.30% from 558); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE082 is #331F7D. Grayscale: #CFCFCF. Windows color (decimal): -3350398 or 8577228. OLE color: 8577228.
HSL color Cylindrical-coordinate representation of color #CCE082: hue angle of 72.77º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCE082 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 130 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.12 |
| HSL | 72.77º | 0.6% | 0.69% | - |
| HSV(B) | 72.77º | 0.42% | 0.88% | - |
| XYZ | 55.59 | 67.76 | 31.27 | - |
| YUV | 207.3 | 84.37 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 130 | 0.09 | 0 | 0.42 | 0.12 | 72.77 | 0.6 | 0.69 |
| Hex | CC | E0 | 82 | 9 | 0 | 2A | C | 49 | 3C | 45 |
| Octal | 314 | 340 | 202 | 11 | 0 | 52 | 14 | 111 | 74 | 105 |
| Binary | 11001100 | 11100000 | 10000010 | 1001 | 0 | 101010 | 1100 | 1001001 | 111100 | 1000101 |
Color Harmonies of #CCE082
Complementary color
Monochromatic Colors of #CCE082
Black with #CCE082
Text Example
Text Example
White with #CCE082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE082; }
p { color: rgb(204,224,130); }
H1.HeaderClassName
{
color: #CCE082;
}
.AnyTagClassName
{
color: #CCE082;
}
</style>
background-color css
<style>
a { background-color: #CCE082; }
a { background-color: rgb(204,224,130); }
div.DivClassName
{
background-color: #CCE082;
}
.BgClassName
{
background-color: #CCE082;
}
</style>
border-color css
<style>
span { border-color: #CCE082; }
span { border-color: rgb(204,224,130); }
td.TdClassName
{
border-color: #CCE082;
}
.TagClassName
{
border-color: #CCE082;
}
</style>