Shades of Mindaro #DFF27D
Tints of Mindaro #DFF27D
RGB
CMYK
RGB Variations
Color information
#DFF27D (or 0xDFF27D) is known color: Mindaro. HEX triplet: DF, F2 and 7D. RGB value is (223,242,125). Sum of RGB (Red+Green+Blue) = 223+242+125=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 125 (49.22% from 255 or 21.19% from 590); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF27D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF27D is #200D82. Grayscale: #DFDFDF. Windows color (decimal): -2100611 or 8254175. OLE color: 8254175.
HSL color Cylindrical-coordinate representation of color #DFF27D: hue angle of 69.74º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFF27D is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 125 | - |
| CMYK | 0.08 | 0 | 0.48 | 0.05 |
| HSL | 69.74º | 0.82% | 0.72% | - |
| HSV(B) | 69.74º | 0.48% | 0.95% | - |
| XYZ | 65.89 | 80.67 | 31.5 | - |
| YUV | 222.98 | 72.71 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 125 | 0.08 | 0 | 0.48 | 0.05 | 69.74 | 0.82 | 0.72 |
| Hex | DF | F2 | 7D | 8 | 0 | 30 | 5 | 46 | 52 | 48 |
| Octal | 337 | 362 | 175 | 10 | 0 | 60 | 5 | 106 | 122 | 110 |
| Binary | 11011111 | 11110010 | 1111101 | 1000 | 0 | 110000 | 101 | 1000110 | 1010010 | 1001000 |
Color Harmonies of #DFF27D
Complementary color
Monochromatic Colors of #DFF27D
Black with #DFF27D
Text Example
Text Example
White with #DFF27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF27D; }
p { color: rgb(223,242,125); }
H1.HeaderClassName
{
color: #DFF27D;
}
.AnyTagClassName
{
color: #DFF27D;
}
</style>
background-color css
<style>
a { background-color: #DFF27D; }
a { background-color: rgb(223,242,125); }
div.DivClassName
{
background-color: #DFF27D;
}
.BgClassName
{
background-color: #DFF27D;
}
</style>
border-color css
<style>
span { border-color: #DFF27D; }
span { border-color: rgb(223,242,125); }
td.TdClassName
{
border-color: #DFF27D;
}
.TagClassName
{
border-color: #DFF27D;
}
</style>