Shades of Mindaro #D8FD62
Tints of Mindaro #D8FD62
RGB
CMYK
RGB Variations
Color information
#D8FD62 (or 0xD8FD62) is known color: Mindaro. HEX triplet: D8, FD and 62. RGB value is (216,253,98). Sum of RGB (Red+Green+Blue) = 216+253+98=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 253 (99.22% from 255 or 44.62% from 567); Blue value is 98 (38.67% from 255 or 17.28% from 567); Max value from RGB is 253 - color contains mainly: green. Hex color #D8FD62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8FD62 is #27029D. Grayscale: #E0E0E0. Windows color (decimal): -2556574 or 6487512. OLE color: 6487512.
HSL color Cylindrical-coordinate representation of color #D8FD62: hue angle of 74.32º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D8FD62 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 253 | 98 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.01 |
| HSL | 74.32º | 0.97% | 0.69% | - |
| HSV(B) | 74.32º | 0.61% | 0.99% | - |
| XYZ | 65.65 | 85.73 | 24.64 | - |
| YUV | 224.27 | 56.74 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 253 | 98 | 0.15 | 0 | 0.61 | 0.01 | 74.32 | 0.97 | 0.69 |
| Hex | D8 | FD | 62 | F | 0 | 3D | 1 | 4A | 61 | 45 |
| Octal | 330 | 375 | 142 | 17 | 0 | 75 | 1 | 112 | 141 | 105 |
| Binary | 11011000 | 11111101 | 1100010 | 1111 | 0 | 111101 | 1 | 1001010 | 1100001 | 1000101 |
Color Harmonies of #D8FD62
Complementary color
Monochromatic Colors of #D8FD62
Black with #D8FD62
Text Example
Text Example
White with #D8FD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FD62; }
p { color: rgb(216,253,98); }
H1.HeaderClassName
{
color: #D8FD62;
}
.AnyTagClassName
{
color: #D8FD62;
}
</style>
background-color css
<style>
a { background-color: #D8FD62; }
a { background-color: rgb(216,253,98); }
div.DivClassName
{
background-color: #D8FD62;
}
.BgClassName
{
background-color: #D8FD62;
}
</style>
border-color css
<style>
span { border-color: #D8FD62; }
span { border-color: rgb(216,253,98); }
td.TdClassName
{
border-color: #D8FD62;
}
.TagClassName
{
border-color: #D8FD62;
}
</style>