Shades of Sulu #CCE284
Tints of Sulu #CCE284
RGB
CMYK
RGB Variations
Color information
#CCE284 (or 0xCCE284) is known color: Sulu. HEX triplet: CC, E2 and 84. RGB value is (204,226,132). Sum of RGB (Red+Green+Blue) = 204+226+132=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 226 (88.67% from 255 or 40.21% from 562); Blue value is 132 (51.95% from 255 or 23.49% from 562); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE284 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE284 is #331D7B. Grayscale: #D1D1D1. Windows color (decimal): -3349884 or 8708812. OLE color: 8708812.
HSL color Cylindrical-coordinate representation of color #CCE284: hue angle of 74.04º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCE284 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 132 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.11 |
| HSL | 74.04º | 0.62% | 0.7% | - |
| HSV(B) | 74.04º | 0.42% | 0.89% | - |
| XYZ | 56.26 | 68.9 | 32.16 | - |
| YUV | 208.71 | 84.71 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 132 | 0.10 | 0 | 0.42 | 0.11 | 74.04 | 0.62 | 0.7 |
| Hex | CC | E2 | 84 | A | 0 | 2A | B | 4A | 3E | 46 |
| Octal | 314 | 342 | 204 | 12 | 0 | 52 | 13 | 112 | 76 | 106 |
| Binary | 11001100 | 11100010 | 10000100 | 1010 | 0 | 101010 | 1011 | 1001010 | 111110 | 1000110 |
Color Harmonies of #CCE284
Complementary color
Monochromatic Colors of #CCE284
Black with #CCE284
Text Example
Text Example
White with #CCE284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE284; }
p { color: rgb(204,226,132); }
H1.HeaderClassName
{
color: #CCE284;
}
.AnyTagClassName
{
color: #CCE284;
}
</style>
background-color css
<style>
a { background-color: #CCE284; }
a { background-color: rgb(204,226,132); }
div.DivClassName
{
background-color: #CCE284;
}
.BgClassName
{
background-color: #CCE284;
}
</style>
border-color css
<style>
span { border-color: #CCE284; }
span { border-color: rgb(204,226,132); }
td.TdClassName
{
border-color: #CCE284;
}
.TagClassName
{
border-color: #CCE284;
}
</style>