Shades of Mindaro #D2F75B
Tints of Mindaro #D2F75B
RGB
CMYK
RGB Variations
Color information
#D2F75B (or 0xD2F75B) is known color: Mindaro. HEX triplet: D2, F7 and 5B. RGB value is (210,247,91). Sum of RGB (Red+Green+Blue) = 210+247+91=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 247 (96.88% from 255 or 45.07% from 548); Blue value is 91 (35.94% from 255 or 16.61% from 548); Max value from RGB is 247 - color contains mainly: green. Hex color #D2F75B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F75B is #2D08A4. Grayscale: #DADADA. Windows color (decimal): -2951333 or 6027218. OLE color: 6027218.
HSL color Cylindrical-coordinate representation of color #D2F75B: hue angle of 74.23º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D2F75B is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 247 | 91 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.03 |
| HSL | 74.23º | 0.91% | 0.66% | - |
| HSV(B) | 74.23º | 0.63% | 0.97% | - |
| XYZ | 61.73 | 80.98 | 22.27 | - |
| YUV | 218.15 | 56.24 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 247 | 91 | 0.15 | 0 | 0.63 | 0.03 | 74.23 | 0.91 | 0.66 |
| Hex | D2 | F7 | 5B | F | 0 | 3F | 3 | 4A | 5B | 42 |
| Octal | 322 | 367 | 133 | 17 | 0 | 77 | 3 | 112 | 133 | 102 |
| Binary | 11010010 | 11110111 | 1011011 | 1111 | 0 | 111111 | 11 | 1001010 | 1011011 | 1000010 |
Color Harmonies of #D2F75B
Complementary color
Monochromatic Colors of #D2F75B
Black with #D2F75B
Text Example
Text Example
White with #D2F75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F75B; }
p { color: rgb(210,247,91); }
H1.HeaderClassName
{
color: #D2F75B;
}
.AnyTagClassName
{
color: #D2F75B;
}
</style>
background-color css
<style>
a { background-color: #D2F75B; }
a { background-color: rgb(210,247,91); }
div.DivClassName
{
background-color: #D2F75B;
}
.BgClassName
{
background-color: #D2F75B;
}
</style>
border-color css
<style>
span { border-color: #D2F75B; }
span { border-color: rgb(210,247,91); }
td.TdClassName
{
border-color: #D2F75B;
}
.TagClassName
{
border-color: #D2F75B;
}
</style>