Shades of Mindaro #D3F269
Tints of Mindaro #D3F269
RGB
CMYK
RGB Variations
Color information
#D3F269 (or 0xD3F269) is known color: Mindaro. HEX triplet: D3, F2 and 69. RGB value is (211,242,105). Sum of RGB (Red+Green+Blue) = 211+242+105=558 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.81% from 558); Green value is 242 (94.92% from 255 or 43.37% from 558); Blue value is 105 (41.41% from 255 or 18.82% from 558); Max value from RGB is 242 - color contains mainly: green. Hex color #D3F269 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F269 is #2C0D96. Grayscale: #D9D9D9. Windows color (decimal): -2887063 or 6943443. OLE color: 6943443.
HSL color Cylindrical-coordinate representation of color #D3F269: hue angle of 73.58º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D3F269 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 242 | 105 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.05 |
| HSL | 73.58º | 0.84% | 0.68% | - |
| HSV(B) | 73.58º | 0.57% | 0.95% | - |
| XYZ | 61.17 | 78.37 | 25.27 | - |
| YUV | 217.11 | 64.73 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 242 | 105 | 0.13 | 0 | 0.57 | 0.05 | 73.58 | 0.84 | 0.68 |
| Hex | D3 | F2 | 69 | D | 0 | 39 | 5 | 4A | 54 | 44 |
| Octal | 323 | 362 | 151 | 15 | 0 | 71 | 5 | 112 | 124 | 104 |
| Binary | 11010011 | 11110010 | 1101001 | 1101 | 0 | 111001 | 101 | 1001010 | 1010100 | 1000100 |
Color Harmonies of #D3F269
Complementary color
Monochromatic Colors of #D3F269
Black with #D3F269
Text Example
Text Example
White with #D3F269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F269; }
p { color: rgb(211,242,105); }
H1.HeaderClassName
{
color: #D3F269;
}
.AnyTagClassName
{
color: #D3F269;
}
</style>
background-color css
<style>
a { background-color: #D3F269; }
a { background-color: rgb(211,242,105); }
div.DivClassName
{
background-color: #D3F269;
}
.BgClassName
{
background-color: #D3F269;
}
</style>
border-color css
<style>
span { border-color: #D3F269; }
span { border-color: rgb(211,242,105); }
td.TdClassName
{
border-color: #D3F269;
}
.TagClassName
{
border-color: #D3F269;
}
</style>