Shades of Mindaro #D3F362
Tints of Mindaro #D3F362
RGB
CMYK
RGB Variations
Color information
#D3F362 (or 0xD3F362) is known color: Mindaro. HEX triplet: D3, F3 and 62. RGB value is (211,243,98). Sum of RGB (Red+Green+Blue) = 211+243+98=552 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.22% from 552); Green value is 243 (95.31% from 255 or 44.02% from 552); Blue value is 98 (38.67% from 255 or 17.75% from 552); Max value from RGB is 243 - color contains mainly: green. Hex color #D3F362 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F362 is #2C0C9D. Grayscale: #D9D9D9. Windows color (decimal): -2886814 or 6484947. OLE color: 6484947.
HSL color Cylindrical-coordinate representation of color #D3F362: hue angle of 73.24º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D3F362 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 243 | 98 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.05 |
| HSL | 73.24º | 0.86% | 0.67% | - |
| HSV(B) | 73.24º | 0.6% | 0.95% | - |
| XYZ | 61.12 | 78.83 | 23.55 | - |
| YUV | 216.9 | 60.9 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 243 | 98 | 0.13 | 0 | 0.60 | 0.05 | 73.24 | 0.86 | 0.67 |
| Hex | D3 | F3 | 62 | D | 0 | 3C | 5 | 49 | 56 | 43 |
| Octal | 323 | 363 | 142 | 15 | 0 | 74 | 5 | 111 | 126 | 103 |
| Binary | 11010011 | 11110011 | 1100010 | 1101 | 0 | 111100 | 101 | 1001001 | 1010110 | 1000011 |
Color Harmonies of #D3F362
Complementary color
Monochromatic Colors of #D3F362
Black with #D3F362
Text Example
Text Example
White with #D3F362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F362; }
p { color: rgb(211,243,98); }
H1.HeaderClassName
{
color: #D3F362;
}
.AnyTagClassName
{
color: #D3F362;
}
</style>
background-color css
<style>
a { background-color: #D3F362; }
a { background-color: rgb(211,243,98); }
div.DivClassName
{
background-color: #D3F362;
}
.BgClassName
{
background-color: #D3F362;
}
</style>
border-color css
<style>
span { border-color: #D3F362; }
span { border-color: rgb(211,243,98); }
td.TdClassName
{
border-color: #D3F362;
}
.TagClassName
{
border-color: #D3F362;
}
</style>