Shades of Mindaro #D5FB6D
Tints of Mindaro #D5FB6D
RGB
CMYK
RGB Variations
Color information
#D5FB6D (or 0xD5FB6D) is known color: Mindaro. HEX triplet: D5, FB and 6D. RGB value is (213,251,109). Sum of RGB (Red+Green+Blue) = 213+251+109=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 251 (98.44% from 255 or 43.80% from 573); Blue value is 109 (42.97% from 255 or 19.02% from 573); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FB6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FB6D is #2A0492. Grayscale: #DFDFDF. Windows color (decimal): -2753683 or 7207893. OLE color: 7207893.
HSL color Cylindrical-coordinate representation of color #D5FB6D: hue angle of 76.06º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5FB6D is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 251 | 109 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.02 |
| HSL | 76.06º | 0.95% | 0.71% | - |
| HSV(B) | 76.06º | 0.57% | 0.98% | - |
| XYZ | 64.7 | 84.24 | 27.32 | - |
| YUV | 223.45 | 63.41 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 251 | 109 | 0.15 | 0 | 0.57 | 0.02 | 76.06 | 0.95 | 0.71 |
| Hex | D5 | FB | 6D | F | 0 | 39 | 2 | 4C | 5F | 47 |
| Octal | 325 | 373 | 155 | 17 | 0 | 71 | 2 | 114 | 137 | 107 |
| Binary | 11010101 | 11111011 | 1101101 | 1111 | 0 | 111001 | 10 | 1001100 | 1011111 | 1000111 |
Color Harmonies of #D5FB6D
Complementary color
Monochromatic Colors of #D5FB6D
Black with #D5FB6D
Text Example
Text Example
White with #D5FB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FB6D; }
p { color: rgb(213,251,109); }
H1.HeaderClassName
{
color: #D5FB6D;
}
.AnyTagClassName
{
color: #D5FB6D;
}
</style>
background-color css
<style>
a { background-color: #D5FB6D; }
a { background-color: rgb(213,251,109); }
div.DivClassName
{
background-color: #D5FB6D;
}
.BgClassName
{
background-color: #D5FB6D;
}
</style>
border-color css
<style>
span { border-color: #D5FB6D; }
span { border-color: rgb(213,251,109); }
td.TdClassName
{
border-color: #D5FB6D;
}
.TagClassName
{
border-color: #D5FB6D;
}
</style>