Shades of Mindaro #D4F05C
Tints of Mindaro #D4F05C
RGB
CMYK
RGB Variations
Color information
#D4F05C (or 0xD4F05C) is known color: Mindaro. HEX triplet: D4, F0 and 5C. RGB value is (212,240,92). Sum of RGB (Red+Green+Blue) = 212+240+92=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 92 (36.33% from 255 or 16.91% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #D4F05C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F05C is #2B0FA3. Grayscale: #D7D7D7. Windows color (decimal): -2822052 or 6090964. OLE color: 6090964.
HSL color Cylindrical-coordinate representation of color #D4F05C: hue angle of 71.35º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D4F05C is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 240 | 92 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.06 |
| HSL | 71.35º | 0.83% | 0.65% | - |
| HSV(B) | 71.35º | 0.62% | 0.94% | - |
| XYZ | 60.24 | 77.09 | 21.83 | - |
| YUV | 214.76 | 58.72 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 240 | 92 | 0.12 | 0 | 0.62 | 0.06 | 71.35 | 0.83 | 0.65 |
| Hex | D4 | F0 | 5C | C | 0 | 3E | 6 | 47 | 53 | 41 |
| Octal | 324 | 360 | 134 | 14 | 0 | 76 | 6 | 107 | 123 | 101 |
| Binary | 11010100 | 11110000 | 1011100 | 1100 | 0 | 111110 | 110 | 1000111 | 1010011 | 1000001 |
Color Harmonies of #D4F05C
Complementary color
Monochromatic Colors of #D4F05C
Black with #D4F05C
Text Example
Text Example
White with #D4F05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F05C; }
p { color: rgb(212,240,92); }
H1.HeaderClassName
{
color: #D4F05C;
}
.AnyTagClassName
{
color: #D4F05C;
}
</style>
background-color css
<style>
a { background-color: #D4F05C; }
a { background-color: rgb(212,240,92); }
div.DivClassName
{
background-color: #D4F05C;
}
.BgClassName
{
background-color: #D4F05C;
}
</style>
border-color css
<style>
span { border-color: #D4F05C; }
span { border-color: rgb(212,240,92); }
td.TdClassName
{
border-color: #D4F05C;
}
.TagClassName
{
border-color: #D4F05C;
}
</style>