Shades of Mindaro #D4FF53
Tints of Mindaro #D4FF53
RGB
CMYK
RGB Variations
Color information
#D4FF53 (or 0xD4FF53) is known color: Mindaro. HEX triplet: D4, FF and 53. RGB value is (212,255,83). Sum of RGB (Red+Green+Blue) = 212+255+83=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 83 (32.81% from 255 or 15.09% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FF53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FF53 is #2B00AC. Grayscale: #DFDFDF. Windows color (decimal): -2818221 or 5504980. OLE color: 5504980.
HSL color Cylindrical-coordinate representation of color #D4FF53: hue angle of 75º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4FF53 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 255 | 83 | - |
| CMYK | 0.17 | 0 | 0.67 | 0 |
| HSL | 75º | 1% | 0.66% | - |
| HSV(B) | 75º | 0.67% | 1% | - |
| XYZ | 64.47 | 86.14 | 21.41 | - |
| YUV | 222.54 | 49.25 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 255 | 83 | 0.17 | 0 | 0.67 | 0 | 75 | 1 | 0.66 |
| Hex | D4 | FF | 53 | 11 | 0 | 43 | 0 | 4B | 64 | 42 |
| Octal | 324 | 377 | 123 | 21 | 0 | 103 | 0 | 113 | 144 | 102 |
| Binary | 11010100 | 11111111 | 1010011 | 10001 | 0 | 1000011 | 0 | 1001011 | 1100100 | 1000010 |
Color Harmonies of #D4FF53
Complementary color
Monochromatic Colors of #D4FF53
Black with #D4FF53
Text Example
Text Example
White with #D4FF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FF53; }
p { color: rgb(212,255,83); }
H1.HeaderClassName
{
color: #D4FF53;
}
.AnyTagClassName
{
color: #D4FF53;
}
</style>
background-color css
<style>
a { background-color: #D4FF53; }
a { background-color: rgb(212,255,83); }
div.DivClassName
{
background-color: #D4FF53;
}
.BgClassName
{
background-color: #D4FF53;
}
</style>
border-color css
<style>
span { border-color: #D4FF53; }
span { border-color: rgb(212,255,83); }
td.TdClassName
{
border-color: #D4FF53;
}
.TagClassName
{
border-color: #D4FF53;
}
</style>