Shades of Mindaro #D5F970
Tints of Mindaro #D5F970
RGB
CMYK
RGB Variations
Color information
#D5F970 (or 0xD5F970) is known color: Mindaro. HEX triplet: D5, F9 and 70. RGB value is (213,249,112). Sum of RGB (Red+Green+Blue) = 213+249+112=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 249 (97.66% from 255 or 43.38% from 574); Blue value is 112 (44.14% from 255 or 19.51% from 574); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F970 is #2A068F. Grayscale: #DFDFDF. Windows color (decimal): -2754192 or 7403989. OLE color: 7403989.
HSL color Cylindrical-coordinate representation of color #D5F970: hue angle of 75.77º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5F970 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 249 | 112 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.02 |
| HSL | 75.77º | 0.92% | 0.71% | - |
| HSV(B) | 75.77º | 0.55% | 0.98% | - |
| XYZ | 64.24 | 83.07 | 27.98 | - |
| YUV | 222.62 | 65.57 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 249 | 112 | 0.14 | 0 | 0.55 | 0.02 | 75.77 | 0.92 | 0.71 |
| Hex | D5 | F9 | 70 | E | 0 | 37 | 2 | 4C | 5C | 47 |
| Octal | 325 | 371 | 160 | 16 | 0 | 67 | 2 | 114 | 134 | 107 |
| Binary | 11010101 | 11111001 | 1110000 | 1110 | 0 | 110111 | 10 | 1001100 | 1011100 | 1000111 |
Color Harmonies of #D5F970
Complementary color
Monochromatic Colors of #D5F970
Black with #D5F970
Text Example
Text Example
White with #D5F970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F970; }
p { color: rgb(213,249,112); }
H1.HeaderClassName
{
color: #D5F970;
}
.AnyTagClassName
{
color: #D5F970;
}
</style>
background-color css
<style>
a { background-color: #D5F970; }
a { background-color: rgb(213,249,112); }
div.DivClassName
{
background-color: #D5F970;
}
.BgClassName
{
background-color: #D5F970;
}
</style>
border-color css
<style>
span { border-color: #D5F970; }
span { border-color: rgb(213,249,112); }
td.TdClassName
{
border-color: #D5F970;
}
.TagClassName
{
border-color: #D5F970;
}
</style>