Shades of Mindaro #D4F95E
Tints of Mindaro #D4F95E
RGB
CMYK
RGB Variations
Color information
#D4F95E (or 0xD4F95E) is known color: Mindaro. HEX triplet: D4, F9 and 5E. RGB value is (212,249,94). Sum of RGB (Red+Green+Blue) = 212+249+94=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 249 (97.66% from 255 or 44.86% from 555); Blue value is 94 (37.11% from 255 or 16.94% from 555); Max value from RGB is 249 - color contains mainly: green. Hex color #D4F95E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F95E is #2B06A1. Grayscale: #DCDCDC. Windows color (decimal): -2819746 or 6224340. OLE color: 6224340.
HSL color Cylindrical-coordinate representation of color #D4F95E: hue angle of 74.32º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D4F95E is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 249 | 94 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.02 |
| HSL | 74.32º | 0.93% | 0.67% | - |
| HSV(B) | 74.32º | 0.62% | 0.98% | - |
| XYZ | 63.05 | 82.56 | 23.2 | - |
| YUV | 220.27 | 56.74 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 249 | 94 | 0.15 | 0 | 0.62 | 0.02 | 74.32 | 0.93 | 0.67 |
| Hex | D4 | F9 | 5E | F | 0 | 3E | 2 | 4A | 5D | 43 |
| Octal | 324 | 371 | 136 | 17 | 0 | 76 | 2 | 112 | 135 | 103 |
| Binary | 11010100 | 11111001 | 1011110 | 1111 | 0 | 111110 | 10 | 1001010 | 1011101 | 1000011 |
Color Harmonies of #D4F95E
Complementary color
Monochromatic Colors of #D4F95E
Black with #D4F95E
Text Example
Text Example
White with #D4F95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F95E; }
p { color: rgb(212,249,94); }
H1.HeaderClassName
{
color: #D4F95E;
}
.AnyTagClassName
{
color: #D4F95E;
}
</style>
background-color css
<style>
a { background-color: #D4F95E; }
a { background-color: rgb(212,249,94); }
div.DivClassName
{
background-color: #D4F95E;
}
.BgClassName
{
background-color: #D4F95E;
}
</style>
border-color css
<style>
span { border-color: #D4F95E; }
span { border-color: rgb(212,249,94); }
td.TdClassName
{
border-color: #D4F95E;
}
.TagClassName
{
border-color: #D4F95E;
}
</style>