Shades of Mindaro #D3F360
Tints of Mindaro #D3F360
RGB
CMYK
RGB Variations
Color information
#D3F360 (or 0xD3F360) is known color: Mindaro. HEX triplet: D3, F3 and 60. RGB value is (211,243,96). Sum of RGB (Red+Green+Blue) = 211+243+96=550 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.36% from 550); Green value is 243 (95.31% from 255 or 44.18% from 550); Blue value is 96 (37.89% from 255 or 17.45% from 550); Max value from RGB is 243 - color contains mainly: green. Hex color #D3F360 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F360 is #2C0C9F. Grayscale: #D9D9D9. Windows color (decimal): -2886816 or 6353875. OLE color: 6353875.
HSL color Cylindrical-coordinate representation of color #D3F360: hue angle of 73.06º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D3F360 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 243 | 96 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.05 |
| HSL | 73.06º | 0.86% | 0.66% | - |
| HSV(B) | 73.06º | 0.6% | 0.95% | - |
| XYZ | 61.03 | 78.79 | 23.06 | - |
| YUV | 216.67 | 59.9 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 243 | 96 | 0.13 | 0 | 0.60 | 0.05 | 73.06 | 0.86 | 0.66 |
| Hex | D3 | F3 | 60 | D | 0 | 3C | 5 | 49 | 56 | 42 |
| Octal | 323 | 363 | 140 | 15 | 0 | 74 | 5 | 111 | 126 | 102 |
| Binary | 11010011 | 11110011 | 1100000 | 1101 | 0 | 111100 | 101 | 1001001 | 1010110 | 1000010 |
Color Harmonies of #D3F360
Complementary color
Monochromatic Colors of #D3F360
Black with #D3F360
Text Example
Text Example
White with #D3F360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F360; }
p { color: rgb(211,243,96); }
H1.HeaderClassName
{
color: #D3F360;
}
.AnyTagClassName
{
color: #D3F360;
}
</style>
background-color css
<style>
a { background-color: #D3F360; }
a { background-color: rgb(211,243,96); }
div.DivClassName
{
background-color: #D3F360;
}
.BgClassName
{
background-color: #D3F360;
}
</style>
border-color css
<style>
span { border-color: #D3F360; }
span { border-color: rgb(211,243,96); }
td.TdClassName
{
border-color: #D3F360;
}
.TagClassName
{
border-color: #D3F360;
}
</style>