Shades of Mindaro #D3FA52
Tints of Mindaro #D3FA52
RGB
CMYK
RGB Variations
Color information
#D3FA52 (or 0xD3FA52) is known color: Mindaro. HEX triplet: D3, FA and 52. RGB value is (211,250,82). Sum of RGB (Red+Green+Blue) = 211+250+82=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 250 (98.05% from 255 or 46.04% from 543); Blue value is 82 (32.42% from 255 or 15.10% from 543); Max value from RGB is 250 - color contains mainly: green. Hex color #D3FA52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FA52 is #2C05AD. Grayscale: #DBDBDB. Windows color (decimal): -2885038 or 5438163. OLE color: 5438163.
HSL color Cylindrical-coordinate representation of color #D3FA52: hue angle of 73.93º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D3FA52 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 250 | 82 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.02 |
| HSL | 73.93º | 0.94% | 0.65% | - |
| HSV(B) | 73.93º | 0.67% | 0.98% | - |
| XYZ | 62.57 | 82.83 | 20.67 | - |
| YUV | 219.19 | 50.58 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 250 | 82 | 0.16 | 0 | 0.67 | 0.02 | 73.93 | 0.94 | 0.65 |
| Hex | D3 | FA | 52 | 10 | 0 | 43 | 2 | 4A | 5E | 41 |
| Octal | 323 | 372 | 122 | 20 | 0 | 103 | 2 | 112 | 136 | 101 |
| Binary | 11010011 | 11111010 | 1010010 | 10000 | 0 | 1000011 | 10 | 1001010 | 1011110 | 1000001 |
Color Harmonies of #D3FA52
Complementary color
Monochromatic Colors of #D3FA52
Black with #D3FA52
Text Example
Text Example
White with #D3FA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FA52; }
p { color: rgb(211,250,82); }
H1.HeaderClassName
{
color: #D3FA52;
}
.AnyTagClassName
{
color: #D3FA52;
}
</style>
background-color css
<style>
a { background-color: #D3FA52; }
a { background-color: rgb(211,250,82); }
div.DivClassName
{
background-color: #D3FA52;
}
.BgClassName
{
background-color: #D3FA52;
}
</style>
border-color css
<style>
span { border-color: #D3FA52; }
span { border-color: rgb(211,250,82); }
td.TdClassName
{
border-color: #D3FA52;
}
.TagClassName
{
border-color: #D3FA52;
}
</style>