Shades of Mindaro #D3FE51
Tints of Mindaro #D3FE51
RGB
CMYK
RGB Variations
Color information
#D3FE51 (or 0xD3FE51) is known color: Mindaro. HEX triplet: D3, FE and 51. RGB value is (211,254,81). Sum of RGB (Red+Green+Blue) = 211+254+81=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 81 (32.03% from 255 or 14.84% from 546); Max value from RGB is 254 - color contains mainly: green. Hex color #D3FE51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FE51 is #2C01AE. Grayscale: #DEDEDE. Windows color (decimal): -2884015 or 5373651. OLE color: 5373651.
HSL color Cylindrical-coordinate representation of color #D3FE51: hue angle of 74.91º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D3FE51 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 254 | 81 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.00 |
| HSL | 74.91º | 0.99% | 0.66% | - |
| HSV(B) | 74.91º | 0.68% | 1% | - |
| XYZ | 63.79 | 85.33 | 20.89 | - |
| YUV | 221.42 | 48.75 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 254 | 81 | 0.17 | 0 | 0.68 | 0.00 | 74.91 | 0.99 | 0.66 |
| Hex | D3 | FE | 51 | 11 | 0 | 44 | 0 | 4B | 63 | 42 |
| Octal | 323 | 376 | 121 | 21 | 0 | 104 | 0 | 113 | 143 | 102 |
| Binary | 11010011 | 11111110 | 1010001 | 10001 | 0 | 1000100 | 0 | 1001011 | 1100011 | 1000010 |
Color Harmonies of #D3FE51
Complementary color
Monochromatic Colors of #D3FE51
Black with #D3FE51
Text Example
Text Example
White with #D3FE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FE51; }
p { color: rgb(211,254,81); }
H1.HeaderClassName
{
color: #D3FE51;
}
.AnyTagClassName
{
color: #D3FE51;
}
</style>
background-color css
<style>
a { background-color: #D3FE51; }
a { background-color: rgb(211,254,81); }
div.DivClassName
{
background-color: #D3FE51;
}
.BgClassName
{
background-color: #D3FE51;
}
</style>
border-color css
<style>
span { border-color: #D3FE51; }
span { border-color: rgb(211,254,81); }
td.TdClassName
{
border-color: #D3FE51;
}
.TagClassName
{
border-color: #D3FE51;
}
</style>