Shades of Mindaro #D4F85D
Tints of Mindaro #D4F85D
RGB
CMYK
RGB Variations
Color information
#D4F85D (or 0xD4F85D) is known color: Mindaro. HEX triplet: D4, F8 and 5D. RGB value is (212,248,93). Sum of RGB (Red+Green+Blue) = 212+248+93=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 248 (97.27% from 255 or 44.85% from 553); Blue value is 93 (36.72% from 255 or 16.82% from 553); Max value from RGB is 248 - color contains mainly: green. Hex color #D4F85D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F85D is #2B07A2. Grayscale: #DCDCDC. Windows color (decimal): -2820003 or 6158548. OLE color: 6158548.
HSL color Cylindrical-coordinate representation of color #D4F85D: hue angle of 73.94º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D4F85D is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 248 | 93 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.03 |
| HSL | 73.94º | 0.92% | 0.67% | - |
| HSV(B) | 73.94º | 0.63% | 0.97% | - |
| XYZ | 62.69 | 81.92 | 22.86 | - |
| YUV | 219.57 | 56.57 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 248 | 93 | 0.15 | 0 | 0.62 | 0.03 | 73.94 | 0.92 | 0.67 |
| Hex | D4 | F8 | 5D | F | 0 | 3E | 3 | 4A | 5C | 43 |
| Octal | 324 | 370 | 135 | 17 | 0 | 76 | 3 | 112 | 134 | 103 |
| Binary | 11010100 | 11111000 | 1011101 | 1111 | 0 | 111110 | 11 | 1001010 | 1011100 | 1000011 |
Color Harmonies of #D4F85D
Complementary color
Monochromatic Colors of #D4F85D
Black with #D4F85D
Text Example
Text Example
White with #D4F85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F85D; }
p { color: rgb(212,248,93); }
H1.HeaderClassName
{
color: #D4F85D;
}
.AnyTagClassName
{
color: #D4F85D;
}
</style>
background-color css
<style>
a { background-color: #D4F85D; }
a { background-color: rgb(212,248,93); }
div.DivClassName
{
background-color: #D4F85D;
}
.BgClassName
{
background-color: #D4F85D;
}
</style>
border-color css
<style>
span { border-color: #D4F85D; }
span { border-color: rgb(212,248,93); }
td.TdClassName
{
border-color: #D4F85D;
}
.TagClassName
{
border-color: #D4F85D;
}
</style>