Shades of Mindaro #D4F95A
Tints of Mindaro #D4F95A
RGB
CMYK
RGB Variations
Color information
#D4F95A (or 0xD4F95A) is known color: Mindaro. HEX triplet: D4, F9 and 5A. RGB value is (212,249,90). Sum of RGB (Red+Green+Blue) = 212+249+90=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 249 (97.66% from 255 or 45.19% from 551); Blue value is 90 (35.55% from 255 or 16.33% from 551); Max value from RGB is 249 - color contains mainly: green. Hex color #D4F95A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F95A is #2B06A5. Grayscale: #DCDCDC. Windows color (decimal): -2819750 or 5962196. OLE color: 5962196.
HSL color Cylindrical-coordinate representation of color #D4F95A: hue angle of 73.96º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D4F95A is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 249 | 90 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.02 |
| HSL | 73.96º | 0.93% | 0.66% | - |
| HSV(B) | 73.96º | 0.64% | 0.98% | - |
| XYZ | 62.87 | 82.49 | 22.28 | - |
| YUV | 219.81 | 54.74 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 249 | 90 | 0.15 | 0 | 0.64 | 0.02 | 73.96 | 0.93 | 0.66 |
| Hex | D4 | F9 | 5A | F | 0 | 40 | 2 | 4A | 5D | 42 |
| Octal | 324 | 371 | 132 | 17 | 0 | 100 | 2 | 112 | 135 | 102 |
| Binary | 11010100 | 11111001 | 1011010 | 1111 | 0 | 1000000 | 10 | 1001010 | 1011101 | 1000010 |
Color Harmonies of #D4F95A
Complementary color
Monochromatic Colors of #D4F95A
Black with #D4F95A
Text Example
Text Example
White with #D4F95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F95A; }
p { color: rgb(212,249,90); }
H1.HeaderClassName
{
color: #D4F95A;
}
.AnyTagClassName
{
color: #D4F95A;
}
</style>
background-color css
<style>
a { background-color: #D4F95A; }
a { background-color: rgb(212,249,90); }
div.DivClassName
{
background-color: #D4F95A;
}
.BgClassName
{
background-color: #D4F95A;
}
</style>
border-color css
<style>
span { border-color: #D4F95A; }
span { border-color: rgb(212,249,90); }
td.TdClassName
{
border-color: #D4F95A;
}
.TagClassName
{
border-color: #D4F95A;
}
</style>