Shades of Mindaro #D8F053
Tints of Mindaro #D8F053
RGB
CMYK
RGB Variations
Color information
#D8F053 (or 0xD8F053) is known color: Mindaro. HEX triplet: D8, F0 and 53. RGB value is (216,240,83). Sum of RGB (Red+Green+Blue) = 216+240+83=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 240 (94.14% from 255 or 44.53% from 539); Blue value is 83 (32.81% from 255 or 15.40% from 539); Max value from RGB is 240 - color contains mainly: green. Hex color #D8F053 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F053 is #270FAC. Grayscale: #D7D7D7. Windows color (decimal): -2559917 or 5501144. OLE color: 5501144.
HSL color Cylindrical-coordinate representation of color #D8F053: hue angle of 69.17º 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 #D8F053 is Cyan = 0.1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 240 | 83 | - |
| CMYK | 0.1 | 0 | 0.65 | 0.06 |
| HSL | 69.17º | 0.84% | 0.63% | - |
| HSV(B) | 69.17º | 0.65% | 0.94% | - |
| XYZ | 61.04 | 77.54 | 19.93 | - |
| YUV | 214.93 | 53.55 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 240 | 83 | 0.1 | 0 | 0.65 | 0.06 | 69.17 | 0.84 | 0.63 |
| Hex | D8 | F0 | 53 | A | 0 | 41 | 6 | 45 | 54 | 3F |
| Octal | 330 | 360 | 123 | 12 | 0 | 101 | 6 | 105 | 124 | 77 |
| Binary | 11011000 | 11110000 | 1010011 | 1010 | 0 | 1000001 | 110 | 1000101 | 1010100 | 111111 |
Color Harmonies of #D8F053
Complementary color
Monochromatic Colors of #D8F053
Black with #D8F053
Text Example
Text Example
White with #D8F053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F053; }
p { color: rgb(216,240,83); }
H1.HeaderClassName
{
color: #D8F053;
}
.AnyTagClassName
{
color: #D8F053;
}
</style>
background-color css
<style>
a { background-color: #D8F053; }
a { background-color: rgb(216,240,83); }
div.DivClassName
{
background-color: #D8F053;
}
.BgClassName
{
background-color: #D8F053;
}
</style>
border-color css
<style>
span { border-color: #D8F053; }
span { border-color: rgb(216,240,83); }
td.TdClassName
{
border-color: #D8F053;
}
.TagClassName
{
border-color: #D8F053;
}
</style>