Shades of Mindaro #D9FE62
Tints of Mindaro #D9FE62
RGB
CMYK
RGB Variations
Color information
#D9FE62 (or 0xD9FE62) is known color: Mindaro. HEX triplet: D9, FE and 62. RGB value is (217,254,98). Sum of RGB (Red+Green+Blue) = 217+254+98=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 254 (99.61% from 255 or 44.64% from 569); Blue value is 98 (38.67% from 255 or 17.22% from 569); Max value from RGB is 254 - color contains mainly: green. Hex color #D9FE62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FE62 is #26019D. Grayscale: #E1E1E1. Windows color (decimal): -2490782 or 6487769. OLE color: 6487769.
HSL color Cylindrical-coordinate representation of color #D9FE62: hue angle of 74.23º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D9FE62 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 254 | 98 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.00 |
| HSL | 74.23º | 0.99% | 0.69% | - |
| HSV(B) | 74.23º | 0.61% | 1% | - |
| XYZ | 66.26 | 86.52 | 24.76 | - |
| YUV | 225.15 | 56.24 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 254 | 98 | 0.15 | 0 | 0.61 | 0.00 | 74.23 | 0.99 | 0.69 |
| Hex | D9 | FE | 62 | F | 0 | 3D | 0 | 4A | 63 | 45 |
| Octal | 331 | 376 | 142 | 17 | 0 | 75 | 0 | 112 | 143 | 105 |
| Binary | 11011001 | 11111110 | 1100010 | 1111 | 0 | 111101 | 0 | 1001010 | 1100011 | 1000101 |
Color Harmonies of #D9FE62
Complementary color
Monochromatic Colors of #D9FE62
Black with #D9FE62
Text Example
Text Example
White with #D9FE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FE62; }
p { color: rgb(217,254,98); }
H1.HeaderClassName
{
color: #D9FE62;
}
.AnyTagClassName
{
color: #D9FE62;
}
</style>
background-color css
<style>
a { background-color: #D9FE62; }
a { background-color: rgb(217,254,98); }
div.DivClassName
{
background-color: #D9FE62;
}
.BgClassName
{
background-color: #D9FE62;
}
</style>
border-color css
<style>
span { border-color: #D9FE62; }
span { border-color: rgb(217,254,98); }
td.TdClassName
{
border-color: #D9FE62;
}
.TagClassName
{
border-color: #D9FE62;
}
</style>