Shades of Sulu #CCE584
Tints of Sulu #CCE584
RGB
CMYK
RGB Variations
Color information
#CCE584 (or 0xCCE584) is known color: Sulu. HEX triplet: CC, E5 and 84. RGB value is (204,229,132). Sum of RGB (Red+Green+Blue) = 204+229+132=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 229 (89.84% from 255 or 40.53% from 565); Blue value is 132 (51.95% from 255 or 23.36% from 565); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE584 is #331A7B. Grayscale: #D2D2D2. Windows color (decimal): -3349116 or 8709580. OLE color: 8709580.
HSL color Cylindrical-coordinate representation of color #CCE584: hue angle of 75.46º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCE584 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 132 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.10 |
| HSL | 75.46º | 0.65% | 0.71% | - |
| HSV(B) | 75.46º | 0.42% | 0.9% | - |
| XYZ | 57.09 | 70.54 | 32.44 | - |
| YUV | 210.47 | 83.72 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 132 | 0.11 | 0 | 0.42 | 0.10 | 75.46 | 0.65 | 0.71 |
| Hex | CC | E5 | 84 | B | 0 | 2A | A | 4B | 41 | 47 |
| Octal | 314 | 345 | 204 | 13 | 0 | 52 | 12 | 113 | 101 | 107 |
| Binary | 11001100 | 11100101 | 10000100 | 1011 | 0 | 101010 | 1010 | 1001011 | 1000001 | 1000111 |
Color Harmonies of #CCE584
Complementary color
Monochromatic Colors of #CCE584
Black with #CCE584
Text Example
Text Example
White with #CCE584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE584; }
p { color: rgb(204,229,132); }
H1.HeaderClassName
{
color: #CCE584;
}
.AnyTagClassName
{
color: #CCE584;
}
</style>
background-color css
<style>
a { background-color: #CCE584; }
a { background-color: rgb(204,229,132); }
div.DivClassName
{
background-color: #CCE584;
}
.BgClassName
{
background-color: #CCE584;
}
</style>
border-color css
<style>
span { border-color: #CCE584; }
span { border-color: rgb(204,229,132); }
td.TdClassName
{
border-color: #CCE584;
}
.TagClassName
{
border-color: #CCE584;
}
</style>