Shades of Mindaro #CCEA54
Tints of Mindaro #CCEA54
RGB
CMYK
RGB Variations
Color information
#CCEA54 (or 0xCCEA54) is known color: Mindaro. HEX triplet: CC, EA and 54. RGB value is (204,234,84). Sum of RGB (Red+Green+Blue) = 204+234+84=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 234 (91.80% from 255 or 44.83% from 522); Blue value is 84 (33.20% from 255 or 16.09% from 522); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEA54 is #3315AB. Grayscale: #D0D0D0. Windows color (decimal): -3347884 or 5565132. OLE color: 5565132.
HSL color Cylindrical-coordinate representation of color #CCEA54: hue angle of 72º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCEA54 is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 234 | 84 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.08 |
| HSL | 72º | 0.78% | 0.62% | - |
| HSV(B) | 72º | 0.64% | 0.92% | - |
| XYZ | 55.92 | 72.32 | 19.4 | - |
| YUV | 207.93 | 58.06 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 84 | 0.13 | 0 | 0.64 | 0.08 | 72 | 0.78 | 0.62 |
| Hex | CC | EA | 54 | D | 0 | 40 | 8 | 48 | 4E | 3E |
| Octal | 314 | 352 | 124 | 15 | 0 | 100 | 10 | 110 | 116 | 76 |
| Binary | 11001100 | 11101010 | 1010100 | 1101 | 0 | 1000000 | 1000 | 1001000 | 1001110 | 111110 |
Color Harmonies of #CCEA54
Complementary color
Monochromatic Colors of #CCEA54
Black with #CCEA54
Text Example
Text Example
White with #CCEA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEA54; }
p { color: rgb(204,234,84); }
H1.HeaderClassName
{
color: #CCEA54;
}
.AnyTagClassName
{
color: #CCEA54;
}
</style>
background-color css
<style>
a { background-color: #CCEA54; }
a { background-color: rgb(204,234,84); }
div.DivClassName
{
background-color: #CCEA54;
}
.BgClassName
{
background-color: #CCEA54;
}
</style>
border-color css
<style>
span { border-color: #CCEA54; }
span { border-color: rgb(204,234,84); }
td.TdClassName
{
border-color: #CCEA54;
}
.TagClassName
{
border-color: #CCEA54;
}
</style>