Shades of Mindaro #D3F364
Tints of Mindaro #D3F364
RGB
CMYK
RGB Variations
Color information
#D3F364 (or 0xD3F364) is known color: Mindaro. HEX triplet: D3, F3 and 64. RGB value is (211,243,100). Sum of RGB (Red+Green+Blue) = 211+243+100=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 243 (95.31% from 255 or 43.86% from 554); Blue value is 100 (39.45% from 255 or 18.05% from 554); Max value from RGB is 243 - color contains mainly: green. Hex color #D3F364 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F364 is #2C0C9B. Grayscale: #D9D9D9. Windows color (decimal): -2886812 or 6616019. OLE color: 6616019.
HSL color Cylindrical-coordinate representation of color #D3F364: hue angle of 73.43º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D3F364 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 243 | 100 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.05 |
| HSL | 73.43º | 0.86% | 0.67% | - |
| HSV(B) | 73.43º | 0.59% | 0.95% | - |
| XYZ | 61.21 | 78.87 | 24.05 | - |
| YUV | 217.13 | 61.9 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 243 | 100 | 0.13 | 0 | 0.59 | 0.05 | 73.43 | 0.86 | 0.67 |
| Hex | D3 | F3 | 64 | D | 0 | 3B | 5 | 49 | 56 | 43 |
| Octal | 323 | 363 | 144 | 15 | 0 | 73 | 5 | 111 | 126 | 103 |
| Binary | 11010011 | 11110011 | 1100100 | 1101 | 0 | 111011 | 101 | 1001001 | 1010110 | 1000011 |
Color Harmonies of #D3F364
Complementary color
Monochromatic Colors of #D3F364
Black with #D3F364
Text Example
Text Example
White with #D3F364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F364; }
p { color: rgb(211,243,100); }
H1.HeaderClassName
{
color: #D3F364;
}
.AnyTagClassName
{
color: #D3F364;
}
</style>
background-color css
<style>
a { background-color: #D3F364; }
a { background-color: rgb(211,243,100); }
div.DivClassName
{
background-color: #D3F364;
}
.BgClassName
{
background-color: #D3F364;
}
</style>
border-color css
<style>
span { border-color: #D3F364; }
span { border-color: rgb(211,243,100); }
td.TdClassName
{
border-color: #D3F364;
}
.TagClassName
{
border-color: #D3F364;
}
</style>