Shades of Mindaro #D2FD6B
Tints of Mindaro #D2FD6B
RGB
CMYK
RGB Variations
Color information
#D2FD6B (or 0xD2FD6B) is known color: Mindaro. HEX triplet: D2, FD and 6B. RGB value is (210,253,107). Sum of RGB (Red+Green+Blue) = 210+253+107=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 253 (99.22% from 255 or 44.39% from 570); Blue value is 107 (42.19% from 255 or 18.77% from 570); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FD6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FD6B is #2D0294. Grayscale: #E0E0E0. Windows color (decimal): -2949781 or 7077330. OLE color: 7077330.
HSL color Cylindrical-coordinate representation of color #D2FD6B: hue angle of 77.67º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D2FD6B is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 253 | 107 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.01 |
| HSL | 77.67º | 0.97% | 0.71% | - |
| HSV(B) | 77.67º | 0.58% | 0.99% | - |
| XYZ | 64.36 | 85.01 | 26.93 | - |
| YUV | 223.5 | 62.25 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 253 | 107 | 0.17 | 0 | 0.58 | 0.01 | 77.67 | 0.97 | 0.71 |
| Hex | D2 | FD | 6B | 11 | 0 | 3A | 1 | 4E | 61 | 47 |
| Octal | 322 | 375 | 153 | 21 | 0 | 72 | 1 | 116 | 141 | 107 |
| Binary | 11010010 | 11111101 | 1101011 | 10001 | 0 | 111010 | 1 | 1001110 | 1100001 | 1000111 |
Color Harmonies of #D2FD6B
Complementary color
Monochromatic Colors of #D2FD6B
Black with #D2FD6B
Text Example
Text Example
White with #D2FD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FD6B; }
p { color: rgb(210,253,107); }
H1.HeaderClassName
{
color: #D2FD6B;
}
.AnyTagClassName
{
color: #D2FD6B;
}
</style>
background-color css
<style>
a { background-color: #D2FD6B; }
a { background-color: rgb(210,253,107); }
div.DivClassName
{
background-color: #D2FD6B;
}
.BgClassName
{
background-color: #D2FD6B;
}
</style>
border-color css
<style>
span { border-color: #D2FD6B; }
span { border-color: rgb(210,253,107); }
td.TdClassName
{
border-color: #D2FD6B;
}
.TagClassName
{
border-color: #D2FD6B;
}
</style>