Shades of Mindaro #D9F26C
Tints of Mindaro #D9F26C
RGB
CMYK
RGB Variations
Color information
#D9F26C (or 0xD9F26C) is known color: Mindaro. HEX triplet: D9, F2 and 6C. RGB value is (217,242,108). Sum of RGB (Red+Green+Blue) = 217+242+108=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 242 (94.92% from 255 or 42.68% from 567); Blue value is 108 (42.58% from 255 or 19.05% from 567); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F26C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F26C is #260D93. Grayscale: #DBDBDB. Windows color (decimal): -2493844 or 7140057. OLE color: 7140057.
HSL color Cylindrical-coordinate representation of color #D9F26C: hue angle of 71.19º 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 #D9F26C is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 242 | 108 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.05 |
| HSL | 71.19º | 0.84% | 0.69% | - |
| HSV(B) | 71.19º | 0.55% | 0.95% | - |
| XYZ | 63.07 | 79.34 | 26.18 | - |
| YUV | 219.25 | 65.22 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 242 | 108 | 0.10 | 0 | 0.55 | 0.05 | 71.19 | 0.84 | 0.69 |
| Hex | D9 | F2 | 6C | A | 0 | 37 | 5 | 47 | 54 | 45 |
| Octal | 331 | 362 | 154 | 12 | 0 | 67 | 5 | 107 | 124 | 105 |
| Binary | 11011001 | 11110010 | 1101100 | 1010 | 0 | 110111 | 101 | 1000111 | 1010100 | 1000101 |
Color Harmonies of #D9F26C
Complementary color
Monochromatic Colors of #D9F26C
Black with #D9F26C
Text Example
Text Example
White with #D9F26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F26C; }
p { color: rgb(217,242,108); }
H1.HeaderClassName
{
color: #D9F26C;
}
.AnyTagClassName
{
color: #D9F26C;
}
</style>
background-color css
<style>
a { background-color: #D9F26C; }
a { background-color: rgb(217,242,108); }
div.DivClassName
{
background-color: #D9F26C;
}
.BgClassName
{
background-color: #D9F26C;
}
</style>
border-color css
<style>
span { border-color: #D9F26C; }
span { border-color: rgb(217,242,108); }
td.TdClassName
{
border-color: #D9F26C;
}
.TagClassName
{
border-color: #D9F26C;
}
</style>