Shades of Mindaro #D2F265
Tints of Mindaro #D2F265
RGB
CMYK
RGB Variations
Color information
#D2F265 (or 0xD2F265) is known color: Mindaro. HEX triplet: D2, F2 and 65. RGB value is (210,242,101). Sum of RGB (Red+Green+Blue) = 210+242+101=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 101 (39.84% from 255 or 18.26% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F265 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F265 is #2D0D9A. Grayscale: #D8D8D8. Windows color (decimal): -2952603 or 6681298. OLE color: 6681298.
HSL color Cylindrical-coordinate representation of color #D2F265: hue angle of 73.62º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D2F265 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 242 | 101 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.05 |
| HSL | 73.62º | 0.84% | 0.67% | - |
| HSV(B) | 73.62º | 0.58% | 0.95% | - |
| XYZ | 60.68 | 78.15 | 24.2 | - |
| YUV | 216.36 | 62.9 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 242 | 101 | 0.13 | 0 | 0.58 | 0.05 | 73.62 | 0.84 | 0.67 |
| Hex | D2 | F2 | 65 | D | 0 | 3A | 5 | 4A | 54 | 43 |
| Octal | 322 | 362 | 145 | 15 | 0 | 72 | 5 | 112 | 124 | 103 |
| Binary | 11010010 | 11110010 | 1100101 | 1101 | 0 | 111010 | 101 | 1001010 | 1010100 | 1000011 |
Color Harmonies of #D2F265
Complementary color
Monochromatic Colors of #D2F265
Black with #D2F265
Text Example
Text Example
White with #D2F265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F265; }
p { color: rgb(210,242,101); }
H1.HeaderClassName
{
color: #D2F265;
}
.AnyTagClassName
{
color: #D2F265;
}
</style>
background-color css
<style>
a { background-color: #D2F265; }
a { background-color: rgb(210,242,101); }
div.DivClassName
{
background-color: #D2F265;
}
.BgClassName
{
background-color: #D2F265;
}
</style>
border-color css
<style>
span { border-color: #D2F265; }
span { border-color: rgb(210,242,101); }
td.TdClassName
{
border-color: #D2F265;
}
.TagClassName
{
border-color: #D2F265;
}
</style>