Shades of Mindaro #D3F067
Tints of Mindaro #D3F067
RGB
CMYK
RGB Variations
Color information
#D3F067 (or 0xD3F067) is known color: Mindaro. HEX triplet: D3, F0 and 67. RGB value is (211,240,103). Sum of RGB (Red+Green+Blue) = 211+240+103=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 103 (40.62% from 255 or 18.59% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #D3F067 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F067 is #2C0F98. Grayscale: #D8D8D8. Windows color (decimal): -2887577 or 6811859. OLE color: 6811859.
HSL color Cylindrical-coordinate representation of color #D3F067: hue angle of 72.7º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D3F067 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 240 | 103 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.06 |
| HSL | 72.7º | 0.82% | 0.67% | - |
| HSV(B) | 72.7º | 0.57% | 0.94% | - |
| XYZ | 60.47 | 77.15 | 24.54 | - |
| YUV | 215.71 | 64.39 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 240 | 103 | 0.12 | 0 | 0.57 | 0.06 | 72.7 | 0.82 | 0.67 |
| Hex | D3 | F0 | 67 | C | 0 | 39 | 6 | 49 | 52 | 43 |
| Octal | 323 | 360 | 147 | 14 | 0 | 71 | 6 | 111 | 122 | 103 |
| Binary | 11010011 | 11110000 | 1100111 | 1100 | 0 | 111001 | 110 | 1001001 | 1010010 | 1000011 |
Color Harmonies of #D3F067
Complementary color
Monochromatic Colors of #D3F067
Black with #D3F067
Text Example
Text Example
White with #D3F067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F067; }
p { color: rgb(211,240,103); }
H1.HeaderClassName
{
color: #D3F067;
}
.AnyTagClassName
{
color: #D3F067;
}
</style>
background-color css
<style>
a { background-color: #D3F067; }
a { background-color: rgb(211,240,103); }
div.DivClassName
{
background-color: #D3F067;
}
.BgClassName
{
background-color: #D3F067;
}
</style>
border-color css
<style>
span { border-color: #D3F067; }
span { border-color: rgb(211,240,103); }
td.TdClassName
{
border-color: #D3F067;
}
.TagClassName
{
border-color: #D3F067;
}
</style>