Shades of Mindaro #D2FF4D
Tints of Mindaro #D2FF4D
RGB
CMYK
RGB Variations
Color information
#D2FF4D (or 0xD2FF4D) is known color: Mindaro. HEX triplet: D2, FF and 4D. RGB value is (210,255,77). Sum of RGB (Red+Green+Blue) = 210+255+77=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 77 (30.47% from 255 or 14.21% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FF4D is #2D00B2. Grayscale: #DDDDDD. Windows color (decimal): -2949299 or 5111762. OLE color: 5111762.
HSL color Cylindrical-coordinate representation of color #D2FF4D: hue angle of 75.17º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2FF4D is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 77 | - |
| CMYK | 0.18 | 0 | 0.70 | 0 |
| HSL | 75.17º | 1% | 0.65% | - |
| HSV(B) | 75.17º | 0.7% | 1% | - |
| XYZ | 63.68 | 85.76 | 20.22 | - |
| YUV | 221.25 | 46.59 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 77 | 0.18 | 0 | 0.70 | 0 | 75.17 | 1 | 0.65 |
| Hex | D2 | FF | 4D | 12 | 0 | 46 | 0 | 4B | 64 | 41 |
| Octal | 322 | 377 | 115 | 22 | 0 | 106 | 0 | 113 | 144 | 101 |
| Binary | 11010010 | 11111111 | 1001101 | 10010 | 0 | 1000110 | 0 | 1001011 | 1100100 | 1000001 |
Color Harmonies of #D2FF4D
Complementary color
Monochromatic Colors of #D2FF4D
Black with #D2FF4D
Text Example
Text Example
White with #D2FF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FF4D; }
p { color: rgb(210,255,77); }
H1.HeaderClassName
{
color: #D2FF4D;
}
.AnyTagClassName
{
color: #D2FF4D;
}
</style>
background-color css
<style>
a { background-color: #D2FF4D; }
a { background-color: rgb(210,255,77); }
div.DivClassName
{
background-color: #D2FF4D;
}
.BgClassName
{
background-color: #D2FF4D;
}
</style>
border-color css
<style>
span { border-color: #D2FF4D; }
span { border-color: rgb(210,255,77); }
td.TdClassName
{
border-color: #D2FF4D;
}
.TagClassName
{
border-color: #D2FF4D;
}
</style>