Shades of Mindaro #D4F053
Tints of Mindaro #D4F053
RGB
CMYK
RGB Variations
Color information
#D4F053 (or 0xD4F053) is known color: Mindaro. HEX triplet: D4, F0 and 53. RGB value is (212,240,83). Sum of RGB (Red+Green+Blue) = 212+240+83=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 83 (32.81% from 255 or 15.51% from 535); Max value from RGB is 240 - color contains mainly: green. Hex color #D4F053 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F053 is #2B0FAC. Grayscale: #D6D6D6. Windows color (decimal): -2822061 or 5501140. OLE color: 5501140.
HSL color Cylindrical-coordinate representation of color #D4F053: hue angle of 70.7º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D4F053 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 240 | 83 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.06 |
| HSL | 70.7º | 0.84% | 0.63% | - |
| HSV(B) | 70.7º | 0.65% | 0.94% | - |
| XYZ | 59.87 | 76.94 | 19.88 | - |
| YUV | 213.73 | 54.22 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 240 | 83 | 0.12 | 0 | 0.65 | 0.06 | 70.7 | 0.84 | 0.63 |
| Hex | D4 | F0 | 53 | C | 0 | 41 | 6 | 47 | 54 | 3F |
| Octal | 324 | 360 | 123 | 14 | 0 | 101 | 6 | 107 | 124 | 77 |
| Binary | 11010100 | 11110000 | 1010011 | 1100 | 0 | 1000001 | 110 | 1000111 | 1010100 | 111111 |
Color Harmonies of #D4F053
Complementary color
Monochromatic Colors of #D4F053
Black with #D4F053
Text Example
Text Example
White with #D4F053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F053; }
p { color: rgb(212,240,83); }
H1.HeaderClassName
{
color: #D4F053;
}
.AnyTagClassName
{
color: #D4F053;
}
</style>
background-color css
<style>
a { background-color: #D4F053; }
a { background-color: rgb(212,240,83); }
div.DivClassName
{
background-color: #D4F053;
}
.BgClassName
{
background-color: #D4F053;
}
</style>
border-color css
<style>
span { border-color: #D4F053; }
span { border-color: rgb(212,240,83); }
td.TdClassName
{
border-color: #D4F053;
}
.TagClassName
{
border-color: #D4F053;
}
</style>