Shades of Mindaro #D7F262
Tints of Mindaro #D7F262
RGB
CMYK
RGB Variations
Color information
#D7F262 (or 0xD7F262) is known color: Mindaro. HEX triplet: D7, F2 and 62. RGB value is (215,242,98). Sum of RGB (Red+Green+Blue) = 215+242+98=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 242 (94.92% from 255 or 43.60% from 555); Blue value is 98 (38.67% from 255 or 17.66% from 555); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F262 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7F262 is #280D9D. Grayscale: #DADADA. Windows color (decimal): -2624926 or 6484695. OLE color: 6484695.
HSL color Cylindrical-coordinate representation of color #D7F262: hue angle of 71.25º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D7F262 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 242 | 98 | - |
| CMYK | 0.11 | 0 | 0.60 | 0.05 |
| HSL | 71.25º | 0.85% | 0.67% | - |
| HSV(B) | 71.25º | 0.6% | 0.95% | - |
| XYZ | 61.98 | 78.83 | 23.5 | - |
| YUV | 217.51 | 60.55 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 242 | 98 | 0.11 | 0 | 0.60 | 0.05 | 71.25 | 0.85 | 0.67 |
| Hex | D7 | F2 | 62 | B | 0 | 3C | 5 | 47 | 55 | 43 |
| Octal | 327 | 362 | 142 | 13 | 0 | 74 | 5 | 107 | 125 | 103 |
| Binary | 11010111 | 11110010 | 1100010 | 1011 | 0 | 111100 | 101 | 1000111 | 1010101 | 1000011 |
Color Harmonies of #D7F262
Complementary color
Monochromatic Colors of #D7F262
Black with #D7F262
Text Example
Text Example
White with #D7F262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F262; }
p { color: rgb(215,242,98); }
H1.HeaderClassName
{
color: #D7F262;
}
.AnyTagClassName
{
color: #D7F262;
}
</style>
background-color css
<style>
a { background-color: #D7F262; }
a { background-color: rgb(215,242,98); }
div.DivClassName
{
background-color: #D7F262;
}
.BgClassName
{
background-color: #D7F262;
}
</style>
border-color css
<style>
span { border-color: #D7F262; }
span { border-color: rgb(215,242,98); }
td.TdClassName
{
border-color: #D7F262;
}
.TagClassName
{
border-color: #D7F262;
}
</style>