Shades of Mindaro #D3F95F
Tints of Mindaro #D3F95F
RGB
CMYK
RGB Variations
Color information
#D3F95F (or 0xD3F95F) is known color: Mindaro. HEX triplet: D3, F9 and 5F. RGB value is (211,249,95). Sum of RGB (Red+Green+Blue) = 211+249+95=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 249 (97.66% from 255 or 44.86% from 555); Blue value is 95 (37.5% from 255 or 17.12% from 555); Max value from RGB is 249 - color contains mainly: green. Hex color #D3F95F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F95F is #2C06A0. Grayscale: #DCDCDC. Windows color (decimal): -2885281 or 6289875. OLE color: 6289875.
HSL color Cylindrical-coordinate representation of color #D3F95F: hue angle of 74.81º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D3F95F is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 249 | 95 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.02 |
| HSL | 74.81º | 0.93% | 0.67% | - |
| HSV(B) | 74.81º | 0.62% | 0.98% | - |
| XYZ | 62.81 | 82.43 | 23.43 | - |
| YUV | 220.08 | 57.41 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 249 | 95 | 0.15 | 0 | 0.62 | 0.02 | 74.81 | 0.93 | 0.67 |
| Hex | D3 | F9 | 5F | F | 0 | 3E | 2 | 4B | 5D | 43 |
| Octal | 323 | 371 | 137 | 17 | 0 | 76 | 2 | 113 | 135 | 103 |
| Binary | 11010011 | 11111001 | 1011111 | 1111 | 0 | 111110 | 10 | 1001011 | 1011101 | 1000011 |
Color Harmonies of #D3F95F
Complementary color
Monochromatic Colors of #D3F95F
Black with #D3F95F
Text Example
Text Example
White with #D3F95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F95F; }
p { color: rgb(211,249,95); }
H1.HeaderClassName
{
color: #D3F95F;
}
.AnyTagClassName
{
color: #D3F95F;
}
</style>
background-color css
<style>
a { background-color: #D3F95F; }
a { background-color: rgb(211,249,95); }
div.DivClassName
{
background-color: #D3F95F;
}
.BgClassName
{
background-color: #D3F95F;
}
</style>
border-color css
<style>
span { border-color: #D3F95F; }
span { border-color: rgb(211,249,95); }
td.TdClassName
{
border-color: #D3F95F;
}
.TagClassName
{
border-color: #D3F95F;
}
</style>