Shades of Sulu #CCE484
Tints of Sulu #CCE484
RGB
CMYK
RGB Variations
Color information
#CCE484 (or 0xCCE484) is known color: Sulu. HEX triplet: CC, E4 and 84. RGB value is (204,228,132). Sum of RGB (Red+Green+Blue) = 204+228+132=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 228 (89.45% from 255 or 40.43% from 564); Blue value is 132 (51.95% from 255 or 23.40% from 564); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE484 is #331B7B. Grayscale: #D2D2D2. Windows color (decimal): -3349372 or 8709324. OLE color: 8709324.
HSL color Cylindrical-coordinate representation of color #CCE484: hue angle of 75º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCE484 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 132 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.11 |
| HSL | 75º | 0.64% | 0.71% | - |
| HSV(B) | 75º | 0.42% | 0.89% | - |
| XYZ | 56.81 | 69.99 | 32.35 | - |
| YUV | 209.88 | 84.05 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 132 | 0.11 | 0 | 0.42 | 0.11 | 75 | 0.64 | 0.71 |
| Hex | CC | E4 | 84 | B | 0 | 2A | B | 4B | 40 | 47 |
| Octal | 314 | 344 | 204 | 13 | 0 | 52 | 13 | 113 | 100 | 107 |
| Binary | 11001100 | 11100100 | 10000100 | 1011 | 0 | 101010 | 1011 | 1001011 | 1000000 | 1000111 |
Color Harmonies of #CCE484
Complementary color
Monochromatic Colors of #CCE484
Black with #CCE484
Text Example
Text Example
White with #CCE484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE484; }
p { color: rgb(204,228,132); }
H1.HeaderClassName
{
color: #CCE484;
}
.AnyTagClassName
{
color: #CCE484;
}
</style>
background-color css
<style>
a { background-color: #CCE484; }
a { background-color: rgb(204,228,132); }
div.DivClassName
{
background-color: #CCE484;
}
.BgClassName
{
background-color: #CCE484;
}
</style>
border-color css
<style>
span { border-color: #CCE484; }
span { border-color: rgb(204,228,132); }
td.TdClassName
{
border-color: #CCE484;
}
.TagClassName
{
border-color: #CCE484;
}
</style>