Shades of Sulu #CCE084
Tints of Sulu #CCE084
RGB
CMYK
RGB Variations
Color information
#CCE084 (or 0xCCE084) is known color: Sulu. HEX triplet: CC, E0 and 84. RGB value is (204,224,132). Sum of RGB (Red+Green+Blue) = 204+224+132=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 224 (87.89% from 255 or 40% from 560); Blue value is 132 (51.95% from 255 or 23.57% from 560); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE084 is #331F7B. Grayscale: #CFCFCF. Windows color (decimal): -3350396 or 8708300. OLE color: 8708300.
HSL color Cylindrical-coordinate representation of color #CCE084: hue angle of 73.04º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCE084 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 132 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.12 |
| HSL | 73.04º | 0.6% | 0.7% | - |
| HSV(B) | 73.04º | 0.41% | 0.88% | - |
| XYZ | 55.72 | 67.81 | 31.98 | - |
| YUV | 207.53 | 85.37 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 132 | 0.09 | 0 | 0.41 | 0.12 | 73.04 | 0.6 | 0.7 |
| Hex | CC | E0 | 84 | 9 | 0 | 29 | C | 49 | 3C | 46 |
| Octal | 314 | 340 | 204 | 11 | 0 | 51 | 14 | 111 | 74 | 106 |
| Binary | 11001100 | 11100000 | 10000100 | 1001 | 0 | 101001 | 1100 | 1001001 | 111100 | 1000110 |
Color Harmonies of #CCE084
Complementary color
Monochromatic Colors of #CCE084
Black with #CCE084
Text Example
Text Example
White with #CCE084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE084; }
p { color: rgb(204,224,132); }
H1.HeaderClassName
{
color: #CCE084;
}
.AnyTagClassName
{
color: #CCE084;
}
</style>
background-color css
<style>
a { background-color: #CCE084; }
a { background-color: rgb(204,224,132); }
div.DivClassName
{
background-color: #CCE084;
}
.BgClassName
{
background-color: #CCE084;
}
</style>
border-color css
<style>
span { border-color: #CCE084; }
span { border-color: rgb(204,224,132); }
td.TdClassName
{
border-color: #CCE084;
}
.TagClassName
{
border-color: #CCE084;
}
</style>