Shades of Mindaro #DFF37F
Tints of Mindaro #DFF37F
RGB
CMYK
RGB Variations
Color information
#DFF37F (or 0xDFF37F) is known color: Mindaro. HEX triplet: DF, F3 and 7F. RGB value is (223,243,127). Sum of RGB (Red+Green+Blue) = 223+243+127=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 243 (95.31% from 255 or 40.98% from 593); Blue value is 127 (50% from 255 or 21.42% from 593); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF37F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF37F is #200C80. Grayscale: #E0E0E0. Windows color (decimal): -2100353 or 8385503. OLE color: 8385503.
HSL color Cylindrical-coordinate representation of color #DFF37F: hue angle of 70.34º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFF37F is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 243 | 127 | - |
| CMYK | 0.08 | 0 | 0.48 | 0.05 |
| HSL | 70.34º | 0.83% | 0.73% | - |
| HSV(B) | 70.34º | 0.48% | 0.95% | - |
| XYZ | 66.31 | 81.32 | 32.28 | - |
| YUV | 223.8 | 73.37 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 127 | 0.08 | 0 | 0.48 | 0.05 | 70.34 | 0.83 | 0.73 |
| Hex | DF | F3 | 7F | 8 | 0 | 30 | 5 | 46 | 53 | 49 |
| Octal | 337 | 363 | 177 | 10 | 0 | 60 | 5 | 106 | 123 | 111 |
| Binary | 11011111 | 11110011 | 1111111 | 1000 | 0 | 110000 | 101 | 1000110 | 1010011 | 1001001 |
Color Harmonies of #DFF37F
Complementary color
Monochromatic Colors of #DFF37F
Black with #DFF37F
Text Example
Text Example
White with #DFF37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF37F; }
p { color: rgb(223,243,127); }
H1.HeaderClassName
{
color: #DFF37F;
}
.AnyTagClassName
{
color: #DFF37F;
}
</style>
background-color css
<style>
a { background-color: #DFF37F; }
a { background-color: rgb(223,243,127); }
div.DivClassName
{
background-color: #DFF37F;
}
.BgClassName
{
background-color: #DFF37F;
}
</style>
border-color css
<style>
span { border-color: #DFF37F; }
span { border-color: rgb(223,243,127); }
td.TdClassName
{
border-color: #DFF37F;
}
.TagClassName
{
border-color: #DFF37F;
}
</style>