Shades of Mindaro #DFF26D
Tints of Mindaro #DFF26D
RGB
CMYK
RGB Variations
Color information
#DFF26D (or 0xDFF26D) is known color: Mindaro. HEX triplet: DF, F2 and 6D. RGB value is (223,242,109). Sum of RGB (Red+Green+Blue) = 223+242+109=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 109 (42.97% from 255 or 18.99% from 574); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF26D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF26D is #200D92. Grayscale: #DDDDDD. Windows color (decimal): -2100627 or 7205599. OLE color: 7205599.
HSL color Cylindrical-coordinate representation of color #DFF26D: hue angle of 68.57º 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 #DFF26D is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 109 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.05 |
| HSL | 68.57º | 0.84% | 0.69% | - |
| HSV(B) | 68.57º | 0.55% | 0.95% | - |
| XYZ | 64.94 | 80.3 | 26.54 | - |
| YUV | 221.16 | 64.71 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 109 | 0.08 | 0 | 0.55 | 0.05 | 68.57 | 0.84 | 0.69 |
| Hex | DF | F2 | 6D | 8 | 0 | 37 | 5 | 45 | 54 | 45 |
| Octal | 337 | 362 | 155 | 10 | 0 | 67 | 5 | 105 | 124 | 105 |
| Binary | 11011111 | 11110010 | 1101101 | 1000 | 0 | 110111 | 101 | 1000101 | 1010100 | 1000101 |
Color Harmonies of #DFF26D
Complementary color
Monochromatic Colors of #DFF26D
Black with #DFF26D
Text Example
Text Example
White with #DFF26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF26D; }
p { color: rgb(223,242,109); }
H1.HeaderClassName
{
color: #DFF26D;
}
.AnyTagClassName
{
color: #DFF26D;
}
</style>
background-color css
<style>
a { background-color: #DFF26D; }
a { background-color: rgb(223,242,109); }
div.DivClassName
{
background-color: #DFF26D;
}
.BgClassName
{
background-color: #DFF26D;
}
</style>
border-color css
<style>
span { border-color: #DFF26D; }
span { border-color: rgb(223,242,109); }
td.TdClassName
{
border-color: #DFF26D;
}
.TagClassName
{
border-color: #DFF26D;
}
</style>