Shades of Mindaro #D2F461
Tints of Mindaro #D2F461
RGB
CMYK
RGB Variations
Color information
#D2F461 (or 0xD2F461) is known color: Mindaro. HEX triplet: D2, F4 and 61. RGB value is (210,244,97). Sum of RGB (Red+Green+Blue) = 210+244+97=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 244 (95.70% from 255 or 44.28% from 551); Blue value is 97 (38.28% from 255 or 17.60% from 551); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F461 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F461 is #2D0B9E. Grayscale: #D9D9D9. Windows color (decimal): -2952095 or 6419666. OLE color: 6419666.
HSL color Cylindrical-coordinate representation of color #D2F461: hue angle of 73.88º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2F461 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 244 | 97 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.04 |
| HSL | 73.88º | 0.87% | 0.67% | - |
| HSV(B) | 73.88º | 0.6% | 0.96% | - |
| XYZ | 61.09 | 79.27 | 23.39 | - |
| YUV | 217.08 | 60.24 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 244 | 97 | 0.14 | 0 | 0.60 | 0.04 | 73.88 | 0.87 | 0.67 |
| Hex | D2 | F4 | 61 | E | 0 | 3C | 4 | 4A | 57 | 43 |
| Octal | 322 | 364 | 141 | 16 | 0 | 74 | 4 | 112 | 127 | 103 |
| Binary | 11010010 | 11110100 | 1100001 | 1110 | 0 | 111100 | 100 | 1001010 | 1010111 | 1000011 |
Color Harmonies of #D2F461
Complementary color
Monochromatic Colors of #D2F461
Black with #D2F461
Text Example
Text Example
White with #D2F461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F461; }
p { color: rgb(210,244,97); }
H1.HeaderClassName
{
color: #D2F461;
}
.AnyTagClassName
{
color: #D2F461;
}
</style>
background-color css
<style>
a { background-color: #D2F461; }
a { background-color: rgb(210,244,97); }
div.DivClassName
{
background-color: #D2F461;
}
.BgClassName
{
background-color: #D2F461;
}
</style>
border-color css
<style>
span { border-color: #D2F461; }
span { border-color: rgb(210,244,97); }
td.TdClassName
{
border-color: #D2F461;
}
.TagClassName
{
border-color: #D2F461;
}
</style>