Shades of Mindaro #CCEA57
Tints of Mindaro #CCEA57
RGB
CMYK
RGB Variations
Color information
#CCEA57 (or 0xCCEA57) is known color: Mindaro. HEX triplet: CC, EA and 57. RGB value is (204,234,87). Sum of RGB (Red+Green+Blue) = 204+234+87=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 234 (91.80% from 255 or 44.57% from 525); Blue value is 87 (34.38% from 255 or 16.57% from 525); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA57 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEA57 is #3315A8. Grayscale: #D0D0D0. Windows color (decimal): -3347881 or 5761740. OLE color: 5761740.
HSL color Cylindrical-coordinate representation of color #CCEA57: hue angle of 72.24º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCEA57 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 234 | 87 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.08 |
| HSL | 72.24º | 0.78% | 0.63% | - |
| HSV(B) | 72.24º | 0.63% | 0.92% | - |
| XYZ | 56.04 | 72.37 | 20.03 | - |
| YUV | 208.27 | 59.56 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 87 | 0.13 | 0 | 0.63 | 0.08 | 72.24 | 0.78 | 0.63 |
| Hex | CC | EA | 57 | D | 0 | 3F | 8 | 48 | 4E | 3F |
| Octal | 314 | 352 | 127 | 15 | 0 | 77 | 10 | 110 | 116 | 77 |
| Binary | 11001100 | 11101010 | 1010111 | 1101 | 0 | 111111 | 1000 | 1001000 | 1001110 | 111111 |
Color Harmonies of #CCEA57
Complementary color
Monochromatic Colors of #CCEA57
Black with #CCEA57
Text Example
Text Example
White with #CCEA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEA57; }
p { color: rgb(204,234,87); }
H1.HeaderClassName
{
color: #CCEA57;
}
.AnyTagClassName
{
color: #CCEA57;
}
</style>
background-color css
<style>
a { background-color: #CCEA57; }
a { background-color: rgb(204,234,87); }
div.DivClassName
{
background-color: #CCEA57;
}
.BgClassName
{
background-color: #CCEA57;
}
</style>
border-color css
<style>
span { border-color: #CCEA57; }
span { border-color: rgb(204,234,87); }
td.TdClassName
{
border-color: #CCEA57;
}
.TagClassName
{
border-color: #CCEA57;
}
</style>