Shades of Mindaro #D4FC52
Tints of Mindaro #D4FC52
RGB
CMYK
RGB Variations
Color information
#D4FC52 (or 0xD4FC52) is known color: Mindaro. HEX triplet: D4, FC and 52. RGB value is (212,252,82). Sum of RGB (Red+Green+Blue) = 212+252+82=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 252 (98.83% from 255 or 46.15% from 546); Blue value is 82 (32.42% from 255 or 15.02% from 546); Max value from RGB is 252 - color contains mainly: green. Hex color #D4FC52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FC52 is #2B03AD. Grayscale: #DDDDDD. Windows color (decimal): -2818990 or 5438676. OLE color: 5438676.
HSL color Cylindrical-coordinate representation of color #D4FC52: hue angle of 74.12º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4FC52 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 252 | 82 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.01 |
| HSL | 74.12º | 0.97% | 0.65% | - |
| HSV(B) | 74.12º | 0.67% | 0.99% | - |
| XYZ | 63.48 | 84.23 | 20.89 | - |
| YUV | 220.66 | 49.75 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 252 | 82 | 0.16 | 0 | 0.67 | 0.01 | 74.12 | 0.97 | 0.65 |
| Hex | D4 | FC | 52 | 10 | 0 | 43 | 1 | 4A | 61 | 41 |
| Octal | 324 | 374 | 122 | 20 | 0 | 103 | 1 | 112 | 141 | 101 |
| Binary | 11010100 | 11111100 | 1010010 | 10000 | 0 | 1000011 | 1 | 1001010 | 1100001 | 1000001 |
Color Harmonies of #D4FC52
Complementary color
Monochromatic Colors of #D4FC52
Black with #D4FC52
Text Example
Text Example
White with #D4FC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FC52; }
p { color: rgb(212,252,82); }
H1.HeaderClassName
{
color: #D4FC52;
}
.AnyTagClassName
{
color: #D4FC52;
}
</style>
background-color css
<style>
a { background-color: #D4FC52; }
a { background-color: rgb(212,252,82); }
div.DivClassName
{
background-color: #D4FC52;
}
.BgClassName
{
background-color: #D4FC52;
}
</style>
border-color css
<style>
span { border-color: #D4FC52; }
span { border-color: rgb(212,252,82); }
td.TdClassName
{
border-color: #D4FC52;
}
.TagClassName
{
border-color: #D4FC52;
}
</style>