Shades of Mindaro #DFF26B
Tints of Mindaro #DFF26B
RGB
CMYK
RGB Variations
Color information
#DFF26B (or 0xDFF26B) is known color: Mindaro. HEX triplet: DF, F2 and 6B. RGB value is (223,242,107). Sum of RGB (Red+Green+Blue) = 223+242+107=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 242 (94.92% from 255 or 42.31% from 572); Blue value is 107 (42.19% from 255 or 18.71% from 572); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF26B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF26B is #200D94. Grayscale: #DDDDDD. Windows color (decimal): -2100629 or 7074527. OLE color: 7074527.
HSL color Cylindrical-coordinate representation of color #DFF26B: hue angle of 68.44º 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 #DFF26B is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 107 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.05 |
| HSL | 68.44º | 0.84% | 0.68% | - |
| HSV(B) | 68.44º | 0.56% | 0.95% | - |
| XYZ | 64.84 | 80.25 | 25.98 | - |
| YUV | 220.93 | 63.71 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 107 | 0.08 | 0 | 0.56 | 0.05 | 68.44 | 0.84 | 0.68 |
| Hex | DF | F2 | 6B | 8 | 0 | 38 | 5 | 44 | 54 | 44 |
| Octal | 337 | 362 | 153 | 10 | 0 | 70 | 5 | 104 | 124 | 104 |
| Binary | 11011111 | 11110010 | 1101011 | 1000 | 0 | 111000 | 101 | 1000100 | 1010100 | 1000100 |
Color Harmonies of #DFF26B
Complementary color
Monochromatic Colors of #DFF26B
Black with #DFF26B
Text Example
Text Example
White with #DFF26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF26B; }
p { color: rgb(223,242,107); }
H1.HeaderClassName
{
color: #DFF26B;
}
.AnyTagClassName
{
color: #DFF26B;
}
</style>
background-color css
<style>
a { background-color: #DFF26B; }
a { background-color: rgb(223,242,107); }
div.DivClassName
{
background-color: #DFF26B;
}
.BgClassName
{
background-color: #DFF26B;
}
</style>
border-color css
<style>
span { border-color: #DFF26B; }
span { border-color: rgb(223,242,107); }
td.TdClassName
{
border-color: #DFF26B;
}
.TagClassName
{
border-color: #DFF26B;
}
</style>