Shades of Mindaro #DFF37D
Tints of Mindaro #DFF37D
RGB
CMYK
RGB Variations
Color information
#DFF37D (or 0xDFF37D) is known color: Mindaro. HEX triplet: DF, F3 and 7D. RGB value is (223,243,125). Sum of RGB (Red+Green+Blue) = 223+243+125=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 243 (95.31% from 255 or 41.12% from 591); Blue value is 125 (49.22% from 255 or 21.15% from 591); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF37D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF37D is #200C82. Grayscale: #E0E0E0. Windows color (decimal): -2100355 or 8254431. OLE color: 8254431.
HSL color Cylindrical-coordinate representation of color #DFF37D: hue angle of 70.17º degrees, saturation: 0.83, 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 #DFF37D is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 243 | 125 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.05 |
| HSL | 70.17º | 0.83% | 0.72% | - |
| HSV(B) | 70.17º | 0.49% | 0.95% | - |
| XYZ | 66.18 | 81.27 | 31.6 | - |
| YUV | 223.57 | 72.37 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 125 | 0.08 | 0 | 0.49 | 0.05 | 70.17 | 0.83 | 0.72 |
| Hex | DF | F3 | 7D | 8 | 0 | 31 | 5 | 46 | 53 | 48 |
| Octal | 337 | 363 | 175 | 10 | 0 | 61 | 5 | 106 | 123 | 110 |
| Binary | 11011111 | 11110011 | 1111101 | 1000 | 0 | 110001 | 101 | 1000110 | 1010011 | 1001000 |
Color Harmonies of #DFF37D
Complementary color
Monochromatic Colors of #DFF37D
Black with #DFF37D
Text Example
Text Example
White with #DFF37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF37D; }
p { color: rgb(223,243,125); }
H1.HeaderClassName
{
color: #DFF37D;
}
.AnyTagClassName
{
color: #DFF37D;
}
</style>
background-color css
<style>
a { background-color: #DFF37D; }
a { background-color: rgb(223,243,125); }
div.DivClassName
{
background-color: #DFF37D;
}
.BgClassName
{
background-color: #DFF37D;
}
</style>
border-color css
<style>
span { border-color: #DFF37D; }
span { border-color: rgb(223,243,125); }
td.TdClassName
{
border-color: #DFF37D;
}
.TagClassName
{
border-color: #DFF37D;
}
</style>