Shades of Mindaro #D4FC60
Tints of Mindaro #D4FC60
RGB
CMYK
RGB Variations
Color information
#D4FC60 (or 0xD4FC60) is known color: Mindaro. HEX triplet: D4, FC and 60. RGB value is (212,252,96). Sum of RGB (Red+Green+Blue) = 212+252+96=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 252 (98.83% from 255 or 45% from 560); Blue value is 96 (37.89% from 255 or 17.14% from 560); Max value from RGB is 252 - color contains mainly: green. Hex color #D4FC60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FC60 is #2B039F. Grayscale: #DEDEDE. Windows color (decimal): -2818976 or 6356180. OLE color: 6356180.
HSL color Cylindrical-coordinate representation of color #D4FC60: hue angle of 75.38º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D4FC60 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 252 | 96 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.01 |
| HSL | 75.38º | 0.96% | 0.68% | - |
| HSV(B) | 75.38º | 0.62% | 0.99% | - |
| XYZ | 64.07 | 84.46 | 23.99 | - |
| YUV | 222.26 | 56.75 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 252 | 96 | 0.16 | 0 | 0.62 | 0.01 | 75.38 | 0.96 | 0.68 |
| Hex | D4 | FC | 60 | 10 | 0 | 3E | 1 | 4B | 60 | 44 |
| Octal | 324 | 374 | 140 | 20 | 0 | 76 | 1 | 113 | 140 | 104 |
| Binary | 11010100 | 11111100 | 1100000 | 10000 | 0 | 111110 | 1 | 1001011 | 1100000 | 1000100 |
Color Harmonies of #D4FC60
Complementary color
Monochromatic Colors of #D4FC60
Black with #D4FC60
Text Example
Text Example
White with #D4FC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FC60; }
p { color: rgb(212,252,96); }
H1.HeaderClassName
{
color: #D4FC60;
}
.AnyTagClassName
{
color: #D4FC60;
}
</style>
background-color css
<style>
a { background-color: #D4FC60; }
a { background-color: rgb(212,252,96); }
div.DivClassName
{
background-color: #D4FC60;
}
.BgClassName
{
background-color: #D4FC60;
}
</style>
border-color css
<style>
span { border-color: #D4FC60; }
span { border-color: rgb(212,252,96); }
td.TdClassName
{
border-color: #D4FC60;
}
.TagClassName
{
border-color: #D4FC60;
}
</style>