Shades of Mindaro #DFF27C
Tints of Mindaro #DFF27C
RGB
CMYK
RGB Variations
Color information
#DFF27C (or 0xDFF27C) is known color: Mindaro. HEX triplet: DF, F2 and 7C. RGB value is (223,242,124). Sum of RGB (Red+Green+Blue) = 223+242+124=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 242 (94.92% from 255 or 41.09% from 589); Blue value is 124 (48.83% from 255 or 21.05% from 589); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF27C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF27C is #200D83. Grayscale: #DFDFDF. Windows color (decimal): -2100612 or 8188639. OLE color: 8188639.
HSL color Cylindrical-coordinate representation of color #DFF27C: hue angle of 69.66º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DFF27C is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 124 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.05 |
| HSL | 69.66º | 0.82% | 0.72% | - |
| HSV(B) | 69.66º | 0.49% | 0.95% | - |
| XYZ | 65.82 | 80.65 | 31.17 | - |
| YUV | 222.87 | 72.21 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 124 | 0.08 | 0 | 0.49 | 0.05 | 69.66 | 0.82 | 0.72 |
| Hex | DF | F2 | 7C | 8 | 0 | 31 | 5 | 46 | 52 | 48 |
| Octal | 337 | 362 | 174 | 10 | 0 | 61 | 5 | 106 | 122 | 110 |
| Binary | 11011111 | 11110010 | 1111100 | 1000 | 0 | 110001 | 101 | 1000110 | 1010010 | 1001000 |
Color Harmonies of #DFF27C
Complementary color
Monochromatic Colors of #DFF27C
Black with #DFF27C
Text Example
Text Example
White with #DFF27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF27C; }
p { color: rgb(223,242,124); }
H1.HeaderClassName
{
color: #DFF27C;
}
.AnyTagClassName
{
color: #DFF27C;
}
</style>
background-color css
<style>
a { background-color: #DFF27C; }
a { background-color: rgb(223,242,124); }
div.DivClassName
{
background-color: #DFF27C;
}
.BgClassName
{
background-color: #DFF27C;
}
</style>
border-color css
<style>
span { border-color: #DFF27C; }
span { border-color: rgb(223,242,124); }
td.TdClassName
{
border-color: #DFF27C;
}
.TagClassName
{
border-color: #DFF27C;
}
</style>