Shades of Mindaro #CCED56
Tints of Mindaro #CCED56
RGB
CMYK
RGB Variations
Color information
#CCED56 (or 0xCCED56) is known color: Mindaro. HEX triplet: CC, ED and 56. RGB value is (204,237,86). Sum of RGB (Red+Green+Blue) = 204+237+86=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 86 (33.98% from 255 or 16.32% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCED56 is #3312A9. Grayscale: #D2D2D2. Windows color (decimal): -3347114 or 5696972. OLE color: 5696972.
HSL color Cylindrical-coordinate representation of color #CCED56: hue angle of 73.11º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCED56 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 86 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.07 |
| HSL | 73.11º | 0.81% | 0.63% | - |
| HSV(B) | 73.11º | 0.64% | 0.93% | - |
| XYZ | 56.87 | 74.08 | 20.11 | - |
| YUV | 209.92 | 58.07 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 86 | 0.14 | 0 | 0.64 | 0.07 | 73.11 | 0.81 | 0.63 |
| Hex | CC | ED | 56 | E | 0 | 40 | 7 | 49 | 51 | 3F |
| Octal | 314 | 355 | 126 | 16 | 0 | 100 | 7 | 111 | 121 | 77 |
| Binary | 11001100 | 11101101 | 1010110 | 1110 | 0 | 1000000 | 111 | 1001001 | 1010001 | 111111 |
Color Harmonies of #CCED56
Complementary color
Monochromatic Colors of #CCED56
Black with #CCED56
Text Example
Text Example
White with #CCED56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCED56; }
p { color: rgb(204,237,86); }
H1.HeaderClassName
{
color: #CCED56;
}
.AnyTagClassName
{
color: #CCED56;
}
</style>
background-color css
<style>
a { background-color: #CCED56; }
a { background-color: rgb(204,237,86); }
div.DivClassName
{
background-color: #CCED56;
}
.BgClassName
{
background-color: #CCED56;
}
</style>
border-color css
<style>
span { border-color: #CCED56; }
span { border-color: rgb(204,237,86); }
td.TdClassName
{
border-color: #CCED56;
}
.TagClassName
{
border-color: #CCED56;
}
</style>