Shades of Mindaro #D5F972
Tints of Mindaro #D5F972
RGB
CMYK
RGB Variations
Color information
#D5F972 (or 0xD5F972) is known color: Mindaro. HEX triplet: D5, F9 and 72. RGB value is (213,249,114). Sum of RGB (Red+Green+Blue) = 213+249+114=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 249 (97.66% from 255 or 43.23% from 576); Blue value is 114 (44.92% from 255 or 19.79% from 576); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F972 is #2A068D. Grayscale: #DFDFDF. Windows color (decimal): -2754190 or 7535061. OLE color: 7535061.
HSL color Cylindrical-coordinate representation of color #D5F972: hue angle of 76º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5F972 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 249 | 114 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.02 |
| HSL | 76º | 0.92% | 0.71% | - |
| HSV(B) | 76º | 0.54% | 0.98% | - |
| XYZ | 64.35 | 83.11 | 28.57 | - |
| YUV | 222.85 | 66.57 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 249 | 114 | 0.14 | 0 | 0.54 | 0.02 | 76 | 0.92 | 0.71 |
| Hex | D5 | F9 | 72 | E | 0 | 36 | 2 | 4C | 5C | 47 |
| Octal | 325 | 371 | 162 | 16 | 0 | 66 | 2 | 114 | 134 | 107 |
| Binary | 11010101 | 11111001 | 1110010 | 1110 | 0 | 110110 | 10 | 1001100 | 1011100 | 1000111 |
Color Harmonies of #D5F972
Complementary color
Monochromatic Colors of #D5F972
Black with #D5F972
Text Example
Text Example
White with #D5F972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F972; }
p { color: rgb(213,249,114); }
H1.HeaderClassName
{
color: #D5F972;
}
.AnyTagClassName
{
color: #D5F972;
}
</style>
background-color css
<style>
a { background-color: #D5F972; }
a { background-color: rgb(213,249,114); }
div.DivClassName
{
background-color: #D5F972;
}
.BgClassName
{
background-color: #D5F972;
}
</style>
border-color css
<style>
span { border-color: #D5F972; }
span { border-color: rgb(213,249,114); }
td.TdClassName
{
border-color: #D5F972;
}
.TagClassName
{
border-color: #D5F972;
}
</style>