Shades of Mindaro #D2FC61
Tints of Mindaro #D2FC61
RGB
CMYK
RGB Variations
Color information
#D2FC61 (or 0xD2FC61) is known color: Mindaro. HEX triplet: D2, FC and 61. RGB value is (210,252,97). Sum of RGB (Red+Green+Blue) = 210+252+97=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 252 (98.83% from 255 or 45.08% from 559); Blue value is 97 (38.28% from 255 or 17.35% from 559); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FC61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FC61 is #2D039E. Grayscale: #DEDEDE. Windows color (decimal): -2950047 or 6421714. OLE color: 6421714.
HSL color Cylindrical-coordinate representation of color #D2FC61: hue angle of 76.26º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D2FC61 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 252 | 97 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.01 |
| HSL | 76.26º | 0.96% | 0.68% | - |
| HSV(B) | 76.26º | 0.62% | 0.99% | - |
| XYZ | 63.55 | 84.19 | 24.21 | - |
| YUV | 221.77 | 57.59 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 252 | 97 | 0.17 | 0 | 0.62 | 0.01 | 76.26 | 0.96 | 0.68 |
| Hex | D2 | FC | 61 | 11 | 0 | 3E | 1 | 4C | 60 | 44 |
| Octal | 322 | 374 | 141 | 21 | 0 | 76 | 1 | 114 | 140 | 104 |
| Binary | 11010010 | 11111100 | 1100001 | 10001 | 0 | 111110 | 1 | 1001100 | 1100000 | 1000100 |
Color Harmonies of #D2FC61
Complementary color
Monochromatic Colors of #D2FC61
Black with #D2FC61
Text Example
Text Example
White with #D2FC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FC61; }
p { color: rgb(210,252,97); }
H1.HeaderClassName
{
color: #D2FC61;
}
.AnyTagClassName
{
color: #D2FC61;
}
</style>
background-color css
<style>
a { background-color: #D2FC61; }
a { background-color: rgb(210,252,97); }
div.DivClassName
{
background-color: #D2FC61;
}
.BgClassName
{
background-color: #D2FC61;
}
</style>
border-color css
<style>
span { border-color: #D2FC61; }
span { border-color: rgb(210,252,97); }
td.TdClassName
{
border-color: #D2FC61;
}
.TagClassName
{
border-color: #D2FC61;
}
</style>