Shades of Mindaro #D4FF52
Tints of Mindaro #D4FF52
RGB
CMYK
RGB Variations
Color information
#D4FF52 (or 0xD4FF52) is known color: Mindaro. HEX triplet: D4, FF and 52. RGB value is (212,255,82). Sum of RGB (Red+Green+Blue) = 212+255+82=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 82 (32.42% from 255 or 14.94% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FF52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FF52 is #2B00AD. Grayscale: #DFDFDF. Windows color (decimal): -2818222 or 5439444. OLE color: 5439444.
HSL color Cylindrical-coordinate representation of color #D4FF52: hue angle of 74.91º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D4FF52 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 255 | 82 | - |
| CMYK | 0.17 | 0 | 0.68 | 0 |
| HSL | 74.91º | 1% | 0.66% | - |
| HSV(B) | 74.91º | 0.68% | 1% | - |
| XYZ | 64.43 | 86.13 | 21.21 | - |
| YUV | 222.42 | 48.75 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 255 | 82 | 0.17 | 0 | 0.68 | 0 | 74.91 | 1 | 0.66 |
| Hex | D4 | FF | 52 | 11 | 0 | 44 | 0 | 4B | 64 | 42 |
| Octal | 324 | 377 | 122 | 21 | 0 | 104 | 0 | 113 | 144 | 102 |
| Binary | 11010100 | 11111111 | 1010010 | 10001 | 0 | 1000100 | 0 | 1001011 | 1100100 | 1000010 |
Color Harmonies of #D4FF52
Complementary color
Monochromatic Colors of #D4FF52
Black with #D4FF52
Text Example
Text Example
White with #D4FF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FF52; }
p { color: rgb(212,255,82); }
H1.HeaderClassName
{
color: #D4FF52;
}
.AnyTagClassName
{
color: #D4FF52;
}
</style>
background-color css
<style>
a { background-color: #D4FF52; }
a { background-color: rgb(212,255,82); }
div.DivClassName
{
background-color: #D4FF52;
}
.BgClassName
{
background-color: #D4FF52;
}
</style>
border-color css
<style>
span { border-color: #D4FF52; }
span { border-color: rgb(212,255,82); }
td.TdClassName
{
border-color: #D4FF52;
}
.TagClassName
{
border-color: #D4FF52;
}
</style>