Shades of Mindaro #D2FD65
Tints of Mindaro #D2FD65
RGB
CMYK
RGB Variations
Color information
#D2FD65 (or 0xD2FD65) is known color: Mindaro. HEX triplet: D2, FD and 65. RGB value is (210,253,101). Sum of RGB (Red+Green+Blue) = 210+253+101=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 253 (99.22% from 255 or 44.86% from 564); Blue value is 101 (39.84% from 255 or 17.91% from 564); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FD65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FD65 is #2D029A. Grayscale: #DFDFDF. Windows color (decimal): -2949787 or 6684114. OLE color: 6684114.
HSL color Cylindrical-coordinate representation of color #D2FD65: hue angle of 76.97º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2FD65 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 253 | 101 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.01 |
| HSL | 76.97º | 0.97% | 0.69% | - |
| HSV(B) | 76.97º | 0.6% | 0.99% | - |
| XYZ | 64.05 | 84.89 | 25.32 | - |
| YUV | 222.82 | 59.25 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 253 | 101 | 0.17 | 0 | 0.60 | 0.01 | 76.97 | 0.97 | 0.69 |
| Hex | D2 | FD | 65 | 11 | 0 | 3C | 1 | 4D | 61 | 45 |
| Octal | 322 | 375 | 145 | 21 | 0 | 74 | 1 | 115 | 141 | 105 |
| Binary | 11010010 | 11111101 | 1100101 | 10001 | 0 | 111100 | 1 | 1001101 | 1100001 | 1000101 |
Color Harmonies of #D2FD65
Complementary color
Monochromatic Colors of #D2FD65
Black with #D2FD65
Text Example
Text Example
White with #D2FD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FD65; }
p { color: rgb(210,253,101); }
H1.HeaderClassName
{
color: #D2FD65;
}
.AnyTagClassName
{
color: #D2FD65;
}
</style>
background-color css
<style>
a { background-color: #D2FD65; }
a { background-color: rgb(210,253,101); }
div.DivClassName
{
background-color: #D2FD65;
}
.BgClassName
{
background-color: #D2FD65;
}
</style>
border-color css
<style>
span { border-color: #D2FD65; }
span { border-color: rgb(210,253,101); }
td.TdClassName
{
border-color: #D2FD65;
}
.TagClassName
{
border-color: #D2FD65;
}
</style>