Shades of Mindaro #D3F85C
Tints of Mindaro #D3F85C
RGB
CMYK
RGB Variations
Color information
#D3F85C (or 0xD3F85C) is known color: Mindaro. HEX triplet: D3, F8 and 5C. RGB value is (211,248,92). Sum of RGB (Red+Green+Blue) = 211+248+92=551 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.29% from 551); Green value is 248 (97.27% from 255 or 45.01% from 551); Blue value is 92 (36.33% from 255 or 16.70% from 551); Max value from RGB is 248 - color contains mainly: green. Hex color #D3F85C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F85C is #2C07A3. Grayscale: #DBDBDB. Windows color (decimal): -2885540 or 6093011. OLE color: 6093011.
HSL color Cylindrical-coordinate representation of color #D3F85C: hue angle of 74.23º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D3F85C is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 248 | 92 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.03 |
| HSL | 74.23º | 0.92% | 0.67% | - |
| HSV(B) | 74.23º | 0.63% | 0.97% | - |
| XYZ | 62.36 | 81.76 | 22.62 | - |
| YUV | 219.15 | 56.24 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 248 | 92 | 0.15 | 0 | 0.63 | 0.03 | 74.23 | 0.92 | 0.67 |
| Hex | D3 | F8 | 5C | F | 0 | 3F | 3 | 4A | 5C | 43 |
| Octal | 323 | 370 | 134 | 17 | 0 | 77 | 3 | 112 | 134 | 103 |
| Binary | 11010011 | 11111000 | 1011100 | 1111 | 0 | 111111 | 11 | 1001010 | 1011100 | 1000011 |
Color Harmonies of #D3F85C
Complementary color
Monochromatic Colors of #D3F85C
Black with #D3F85C
Text Example
Text Example
White with #D3F85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F85C; }
p { color: rgb(211,248,92); }
H1.HeaderClassName
{
color: #D3F85C;
}
.AnyTagClassName
{
color: #D3F85C;
}
</style>
background-color css
<style>
a { background-color: #D3F85C; }
a { background-color: rgb(211,248,92); }
div.DivClassName
{
background-color: #D3F85C;
}
.BgClassName
{
background-color: #D3F85C;
}
</style>
border-color css
<style>
span { border-color: #D3F85C; }
span { border-color: rgb(211,248,92); }
td.TdClassName
{
border-color: #D3F85C;
}
.TagClassName
{
border-color: #D3F85C;
}
</style>