Shades of Sulu #CCE482
Tints of Sulu #CCE482
RGB
CMYK
RGB Variations
Color information
#CCE482 (or 0xCCE482) is known color: Sulu. HEX triplet: CC, E4 and 82. RGB value is (204,228,130). Sum of RGB (Red+Green+Blue) = 204+228+130=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 228 (89.45% from 255 or 40.57% from 562); Blue value is 130 (51.17% from 255 or 23.13% from 562); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE482 is #331B7D. Grayscale: #D2D2D2. Windows color (decimal): -3349374 or 8578252. OLE color: 8578252.
HSL color Cylindrical-coordinate representation of color #CCE482: hue angle of 74.69º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCE482 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 130 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.11 |
| HSL | 74.69º | 0.64% | 0.7% | - |
| HSV(B) | 74.69º | 0.43% | 0.89% | - |
| XYZ | 56.67 | 69.94 | 31.63 | - |
| YUV | 209.65 | 83.05 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 130 | 0.11 | 0 | 0.43 | 0.11 | 74.69 | 0.64 | 0.7 |
| Hex | CC | E4 | 82 | B | 0 | 2B | B | 4B | 40 | 46 |
| Octal | 314 | 344 | 202 | 13 | 0 | 53 | 13 | 113 | 100 | 106 |
| Binary | 11001100 | 11100100 | 10000010 | 1011 | 0 | 101011 | 1011 | 1001011 | 1000000 | 1000110 |
Color Harmonies of #CCE482
Complementary color
Monochromatic Colors of #CCE482
Black with #CCE482
Text Example
Text Example
White with #CCE482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE482; }
p { color: rgb(204,228,130); }
H1.HeaderClassName
{
color: #CCE482;
}
.AnyTagClassName
{
color: #CCE482;
}
</style>
background-color css
<style>
a { background-color: #CCE482; }
a { background-color: rgb(204,228,130); }
div.DivClassName
{
background-color: #CCE482;
}
.BgClassName
{
background-color: #CCE482;
}
</style>
border-color css
<style>
span { border-color: #CCE482; }
span { border-color: rgb(204,228,130); }
td.TdClassName
{
border-color: #CCE482;
}
.TagClassName
{
border-color: #CCE482;
}
</style>