Shades of Mindaro #CCE15A
Tints of Mindaro #CCE15A
RGB
CMYK
RGB Variations
Color information
#CCE15A (or 0xCCE15A) is known color: Mindaro. HEX triplet: CC, E1 and 5A. RGB value is (204,225,90). Sum of RGB (Red+Green+Blue) = 204+225+90=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 225 (88.28% from 255 or 43.35% from 519); Blue value is 90 (35.55% from 255 or 17.34% from 519); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE15A is #331EA5. Grayscale: #CBCBCB. Windows color (decimal): -3350182 or 5956044. OLE color: 5956044.
HSL color Cylindrical-coordinate representation of color #CCE15A: hue angle of 69.33º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCE15A is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 90 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.12 |
| HSL | 69.33º | 0.69% | 0.62% | - |
| HSV(B) | 69.33º | 0.6% | 0.88% | - |
| XYZ | 53.67 | 67.43 | 19.86 | - |
| YUV | 203.33 | 64.04 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 90 | 0.09 | 0 | 0.60 | 0.12 | 69.33 | 0.69 | 0.62 |
| Hex | CC | E1 | 5A | 9 | 0 | 3C | C | 45 | 45 | 3E |
| Octal | 314 | 341 | 132 | 11 | 0 | 74 | 14 | 105 | 105 | 76 |
| Binary | 11001100 | 11100001 | 1011010 | 1001 | 0 | 111100 | 1100 | 1000101 | 1000101 | 111110 |
Color Harmonies of #CCE15A
Complementary color
Monochromatic Colors of #CCE15A
Black with #CCE15A
Text Example
Text Example
White with #CCE15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE15A; }
p { color: rgb(204,225,90); }
H1.HeaderClassName
{
color: #CCE15A;
}
.AnyTagClassName
{
color: #CCE15A;
}
</style>
background-color css
<style>
a { background-color: #CCE15A; }
a { background-color: rgb(204,225,90); }
div.DivClassName
{
background-color: #CCE15A;
}
.BgClassName
{
background-color: #CCE15A;
}
</style>
border-color css
<style>
span { border-color: #CCE15A; }
span { border-color: rgb(204,225,90); }
td.TdClassName
{
border-color: #CCE15A;
}
.TagClassName
{
border-color: #CCE15A;
}
</style>