Shades of Mindaro #CCEC5A
Tints of Mindaro #CCEC5A
RGB
CMYK
RGB Variations
Color information
#CCEC5A (or 0xCCEC5A) is known color: Mindaro. HEX triplet: CC, EC and 5A. RGB value is (204,236,90). Sum of RGB (Red+Green+Blue) = 204+236+90=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 90 (35.55% from 255 or 16.98% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEC5A is #3313A5. Grayscale: #D2D2D2. Windows color (decimal): -3347366 or 5958860. OLE color: 5958860.
HSL color Cylindrical-coordinate representation of color #CCEC5A: hue angle of 73.15º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCEC5A is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 90 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.07 |
| HSL | 73.15º | 0.79% | 0.64% | - |
| HSV(B) | 73.15º | 0.62% | 0.93% | - |
| XYZ | 56.74 | 73.57 | 20.88 | - |
| YUV | 209.79 | 60.4 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 90 | 0.14 | 0 | 0.62 | 0.07 | 73.15 | 0.79 | 0.64 |
| Hex | CC | EC | 5A | E | 0 | 3E | 7 | 49 | 4F | 40 |
| Octal | 314 | 354 | 132 | 16 | 0 | 76 | 7 | 111 | 117 | 100 |
| Binary | 11001100 | 11101100 | 1011010 | 1110 | 0 | 111110 | 111 | 1001001 | 1001111 | 1000000 |
Color Harmonies of #CCEC5A
Complementary color
Monochromatic Colors of #CCEC5A
Black with #CCEC5A
Text Example
Text Example
White with #CCEC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEC5A; }
p { color: rgb(204,236,90); }
H1.HeaderClassName
{
color: #CCEC5A;
}
.AnyTagClassName
{
color: #CCEC5A;
}
</style>
background-color css
<style>
a { background-color: #CCEC5A; }
a { background-color: rgb(204,236,90); }
div.DivClassName
{
background-color: #CCEC5A;
}
.BgClassName
{
background-color: #CCEC5A;
}
</style>
border-color css
<style>
span { border-color: #CCEC5A; }
span { border-color: rgb(204,236,90); }
td.TdClassName
{
border-color: #CCEC5A;
}
.TagClassName
{
border-color: #CCEC5A;
}
</style>