Shades of Mindaro #D3F25D
Tints of Mindaro #D3F25D
RGB
CMYK
RGB Variations
Color information
#D3F25D (or 0xD3F25D) is known color: Mindaro. HEX triplet: D3, F2 and 5D. RGB value is (211,242,93). Sum of RGB (Red+Green+Blue) = 211+242+93=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 93 (36.72% from 255 or 17.03% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #D3F25D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F25D is #2C0DA2. Grayscale: #D8D8D8. Windows color (decimal): -2887075 or 6157011. OLE color: 6157011.
HSL color Cylindrical-coordinate representation of color #D3F25D: hue angle of 72.48º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D3F25D is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 242 | 93 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.05 |
| HSL | 72.48º | 0.85% | 0.66% | - |
| HSV(B) | 72.48º | 0.62% | 0.95% | - |
| XYZ | 60.59 | 78.14 | 22.25 | - |
| YUV | 215.75 | 58.73 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 242 | 93 | 0.13 | 0 | 0.62 | 0.05 | 72.48 | 0.85 | 0.66 |
| Hex | D3 | F2 | 5D | D | 0 | 3E | 5 | 48 | 55 | 42 |
| Octal | 323 | 362 | 135 | 15 | 0 | 76 | 5 | 110 | 125 | 102 |
| Binary | 11010011 | 11110010 | 1011101 | 1101 | 0 | 111110 | 101 | 1001000 | 1010101 | 1000010 |
Color Harmonies of #D3F25D
Complementary color
Monochromatic Colors of #D3F25D
Black with #D3F25D
Text Example
Text Example
White with #D3F25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F25D; }
p { color: rgb(211,242,93); }
H1.HeaderClassName
{
color: #D3F25D;
}
.AnyTagClassName
{
color: #D3F25D;
}
</style>
background-color css
<style>
a { background-color: #D3F25D; }
a { background-color: rgb(211,242,93); }
div.DivClassName
{
background-color: #D3F25D;
}
.BgClassName
{
background-color: #D3F25D;
}
</style>
border-color css
<style>
span { border-color: #D3F25D; }
span { border-color: rgb(211,242,93); }
td.TdClassName
{
border-color: #D3F25D;
}
.TagClassName
{
border-color: #D3F25D;
}
</style>