Shades of Mindaro #D3F25F
Tints of Mindaro #D3F25F
RGB
CMYK
RGB Variations
Color information
#D3F25F (or 0xD3F25F) is known color: Mindaro. HEX triplet: D3, F2 and 5F. RGB value is (211,242,95). Sum of RGB (Red+Green+Blue) = 211+242+95=548 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.50% from 548); Green value is 242 (94.92% from 255 or 44.16% from 548); Blue value is 95 (37.5% from 255 or 17.34% from 548); Max value from RGB is 242 - color contains mainly: green. Hex color #D3F25F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F25F is #2C0DA0. Grayscale: #D8D8D8. Windows color (decimal): -2887073 or 6288083. OLE color: 6288083.
HSL color Cylindrical-coordinate representation of color #D3F25F: hue angle of 72.65º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D3F25F is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 242 | 95 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.05 |
| HSL | 72.65º | 0.85% | 0.66% | - |
| HSV(B) | 72.65º | 0.61% | 0.95% | - |
| XYZ | 60.68 | 78.18 | 22.72 | - |
| YUV | 215.97 | 59.73 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 242 | 95 | 0.13 | 0 | 0.61 | 0.05 | 72.65 | 0.85 | 0.66 |
| Hex | D3 | F2 | 5F | D | 0 | 3D | 5 | 49 | 55 | 42 |
| Octal | 323 | 362 | 137 | 15 | 0 | 75 | 5 | 111 | 125 | 102 |
| Binary | 11010011 | 11110010 | 1011111 | 1101 | 0 | 111101 | 101 | 1001001 | 1010101 | 1000010 |
Color Harmonies of #D3F25F
Complementary color
Monochromatic Colors of #D3F25F
Black with #D3F25F
Text Example
Text Example
White with #D3F25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F25F; }
p { color: rgb(211,242,95); }
H1.HeaderClassName
{
color: #D3F25F;
}
.AnyTagClassName
{
color: #D3F25F;
}
</style>
background-color css
<style>
a { background-color: #D3F25F; }
a { background-color: rgb(211,242,95); }
div.DivClassName
{
background-color: #D3F25F;
}
.BgClassName
{
background-color: #D3F25F;
}
</style>
border-color css
<style>
span { border-color: #D3F25F; }
span { border-color: rgb(211,242,95); }
td.TdClassName
{
border-color: #D3F25F;
}
.TagClassName
{
border-color: #D3F25F;
}
</style>