Shades of Mindaro #D3F26B
Tints of Mindaro #D3F26B
RGB
CMYK
RGB Variations
Color information
#D3F26B (or 0xD3F26B) is known color: Mindaro. HEX triplet: D3, F2 and 6B. RGB value is (211,242,107). Sum of RGB (Red+Green+Blue) = 211+242+107=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 107 (42.19% from 255 or 19.11% from 560); Max value from RGB is 242 - color contains mainly: green. Hex color #D3F26B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F26B is #2C0D94. Grayscale: #D9D9D9. Windows color (decimal): -2887061 or 7074515. OLE color: 7074515.
HSL color Cylindrical-coordinate representation of color #D3F26B: hue angle of 73.78º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D3F26B is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 242 | 107 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.05 |
| HSL | 73.78º | 0.84% | 0.68% | - |
| HSV(B) | 73.78º | 0.56% | 0.95% | - |
| XYZ | 61.27 | 78.41 | 25.82 | - |
| YUV | 217.34 | 65.73 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 242 | 107 | 0.13 | 0 | 0.56 | 0.05 | 73.78 | 0.84 | 0.68 |
| Hex | D3 | F2 | 6B | D | 0 | 38 | 5 | 4A | 54 | 44 |
| Octal | 323 | 362 | 153 | 15 | 0 | 70 | 5 | 112 | 124 | 104 |
| Binary | 11010011 | 11110010 | 1101011 | 1101 | 0 | 111000 | 101 | 1001010 | 1010100 | 1000100 |
Color Harmonies of #D3F26B
Complementary color
Monochromatic Colors of #D3F26B
Black with #D3F26B
Text Example
Text Example
White with #D3F26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F26B; }
p { color: rgb(211,242,107); }
H1.HeaderClassName
{
color: #D3F26B;
}
.AnyTagClassName
{
color: #D3F26B;
}
</style>
background-color css
<style>
a { background-color: #D3F26B; }
a { background-color: rgb(211,242,107); }
div.DivClassName
{
background-color: #D3F26B;
}
.BgClassName
{
background-color: #D3F26B;
}
</style>
border-color css
<style>
span { border-color: #D3F26B; }
span { border-color: rgb(211,242,107); }
td.TdClassName
{
border-color: #D3F26B;
}
.TagClassName
{
border-color: #D3F26B;
}
</style>