Shades of Mindaro #D8FD53
Tints of Mindaro #D8FD53
RGB
CMYK
RGB Variations
Color information
#D8FD53 (or 0xD8FD53) is known color: Mindaro. HEX triplet: D8, FD and 53. RGB value is (216,253,83). Sum of RGB (Red+Green+Blue) = 216+253+83=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 253 (99.22% from 255 or 45.83% from 552); Blue value is 83 (32.81% from 255 or 15.04% from 552); Max value from RGB is 253 - color contains mainly: green. Hex color #D8FD53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8FD53 is #2702AC. Grayscale: #DFDFDF. Windows color (decimal): -2556589 or 5504472. OLE color: 5504472.
HSL color Cylindrical-coordinate representation of color #D8FD53: hue angle of 73.06º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D8FD53 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 253 | 83 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.01 |
| HSL | 73.06º | 0.98% | 0.66% | - |
| HSV(B) | 73.06º | 0.67% | 0.99% | - |
| XYZ | 65.01 | 85.47 | 21.26 | - |
| YUV | 222.56 | 49.24 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 253 | 83 | 0.15 | 0 | 0.67 | 0.01 | 73.06 | 0.98 | 0.66 |
| Hex | D8 | FD | 53 | F | 0 | 43 | 1 | 49 | 62 | 42 |
| Octal | 330 | 375 | 123 | 17 | 0 | 103 | 1 | 111 | 142 | 102 |
| Binary | 11011000 | 11111101 | 1010011 | 1111 | 0 | 1000011 | 1 | 1001001 | 1100010 | 1000010 |
Color Harmonies of #D8FD53
Complementary color
Monochromatic Colors of #D8FD53
Black with #D8FD53
Text Example
Text Example
White with #D8FD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FD53; }
p { color: rgb(216,253,83); }
H1.HeaderClassName
{
color: #D8FD53;
}
.AnyTagClassName
{
color: #D8FD53;
}
</style>
background-color css
<style>
a { background-color: #D8FD53; }
a { background-color: rgb(216,253,83); }
div.DivClassName
{
background-color: #D8FD53;
}
.BgClassName
{
background-color: #D8FD53;
}
</style>
border-color css
<style>
span { border-color: #D8FD53; }
span { border-color: rgb(216,253,83); }
td.TdClassName
{
border-color: #D8FD53;
}
.TagClassName
{
border-color: #D8FD53;
}
</style>