Shades of Mindaro #D4FA5C
Tints of Mindaro #D4FA5C
RGB
CMYK
RGB Variations
Color information
#D4FA5C (or 0xD4FA5C) is known color: Mindaro. HEX triplet: D4, FA and 5C. RGB value is (212,250,92). Sum of RGB (Red+Green+Blue) = 212+250+92=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 92 (36.33% from 255 or 16.61% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FA5C is #2B05A3. Grayscale: #DDDDDD. Windows color (decimal): -2819492 or 6093524. OLE color: 6093524.
HSL color Cylindrical-coordinate representation of color #D4FA5C: hue angle of 74.43º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D4FA5C is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 250 | 92 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.02 |
| HSL | 74.43º | 0.94% | 0.67% | - |
| HSV(B) | 74.43º | 0.63% | 0.98% | - |
| XYZ | 63.27 | 83.14 | 22.84 | - |
| YUV | 220.63 | 55.41 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 250 | 92 | 0.15 | 0 | 0.63 | 0.02 | 74.43 | 0.94 | 0.67 |
| Hex | D4 | FA | 5C | F | 0 | 3F | 2 | 4A | 5E | 43 |
| Octal | 324 | 372 | 134 | 17 | 0 | 77 | 2 | 112 | 136 | 103 |
| Binary | 11010100 | 11111010 | 1011100 | 1111 | 0 | 111111 | 10 | 1001010 | 1011110 | 1000011 |
Color Harmonies of #D4FA5C
Complementary color
Monochromatic Colors of #D4FA5C
Black with #D4FA5C
Text Example
Text Example
White with #D4FA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FA5C; }
p { color: rgb(212,250,92); }
H1.HeaderClassName
{
color: #D4FA5C;
}
.AnyTagClassName
{
color: #D4FA5C;
}
</style>
background-color css
<style>
a { background-color: #D4FA5C; }
a { background-color: rgb(212,250,92); }
div.DivClassName
{
background-color: #D4FA5C;
}
.BgClassName
{
background-color: #D4FA5C;
}
</style>
border-color css
<style>
span { border-color: #D4FA5C; }
span { border-color: rgb(212,250,92); }
td.TdClassName
{
border-color: #D4FA5C;
}
.TagClassName
{
border-color: #D4FA5C;
}
</style>