Shades of Mindaro #D3F26E
Tints of Mindaro #D3F26E
RGB
CMYK
RGB Variations
Color information
#D3F26E (or 0xD3F26E) is known color: Mindaro. HEX triplet: D3, F2 and 6E. RGB value is (211,242,110). Sum of RGB (Red+Green+Blue) = 211+242+110=563 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.48% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 110 (43.36% from 255 or 19.54% from 563); Max value from RGB is 242 - color contains mainly: green. Hex color #D3F26E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F26E is #2C0D91. Grayscale: #DADADA. Windows color (decimal): -2887058 or 7271123. OLE color: 7271123.
HSL color Cylindrical-coordinate representation of color #D3F26E: hue angle of 74.09º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D3F26E is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 242 | 110 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.05 |
| HSL | 74.09º | 0.84% | 0.69% | - |
| HSV(B) | 74.09º | 0.55% | 0.95% | - |
| XYZ | 61.43 | 78.48 | 26.66 | - |
| YUV | 217.68 | 67.23 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 242 | 110 | 0.13 | 0 | 0.55 | 0.05 | 74.09 | 0.84 | 0.69 |
| Hex | D3 | F2 | 6E | D | 0 | 37 | 5 | 4A | 54 | 45 |
| Octal | 323 | 362 | 156 | 15 | 0 | 67 | 5 | 112 | 124 | 105 |
| Binary | 11010011 | 11110010 | 1101110 | 1101 | 0 | 110111 | 101 | 1001010 | 1010100 | 1000101 |
Color Harmonies of #D3F26E
Complementary color
Monochromatic Colors of #D3F26E
Black with #D3F26E
Text Example
Text Example
White with #D3F26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F26E; }
p { color: rgb(211,242,110); }
H1.HeaderClassName
{
color: #D3F26E;
}
.AnyTagClassName
{
color: #D3F26E;
}
</style>
background-color css
<style>
a { background-color: #D3F26E; }
a { background-color: rgb(211,242,110); }
div.DivClassName
{
background-color: #D3F26E;
}
.BgClassName
{
background-color: #D3F26E;
}
</style>
border-color css
<style>
span { border-color: #D3F26E; }
span { border-color: rgb(211,242,110); }
td.TdClassName
{
border-color: #D3F26E;
}
.TagClassName
{
border-color: #D3F26E;
}
</style>