Shades of Mindaro #DFF271
Tints of Mindaro #DFF271
RGB
CMYK
RGB Variations
Color information
#DFF271 (or 0xDFF271) is known color: Mindaro. HEX triplet: DF, F2 and 71. RGB value is (223,242,113). Sum of RGB (Red+Green+Blue) = 223+242+113=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 242 (94.92% from 255 or 41.87% from 578); Blue value is 113 (44.53% from 255 or 19.55% from 578); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF271 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF271 is #200D8E. Grayscale: #DEDEDE. Windows color (decimal): -2100623 or 7467743. OLE color: 7467743.
HSL color Cylindrical-coordinate representation of color #DFF271: hue angle of 68.84º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DFF271 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 113 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.05 |
| HSL | 68.84º | 0.83% | 0.7% | - |
| HSV(B) | 68.84º | 0.53% | 0.95% | - |
| XYZ | 65.16 | 80.38 | 27.7 | - |
| YUV | 221.61 | 66.71 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 113 | 0.08 | 0 | 0.53 | 0.05 | 68.84 | 0.83 | 0.7 |
| Hex | DF | F2 | 71 | 8 | 0 | 35 | 5 | 45 | 53 | 46 |
| Octal | 337 | 362 | 161 | 10 | 0 | 65 | 5 | 105 | 123 | 106 |
| Binary | 11011111 | 11110010 | 1110001 | 1000 | 0 | 110101 | 101 | 1000101 | 1010011 | 1000110 |
Color Harmonies of #DFF271
Complementary color
Monochromatic Colors of #DFF271
Black with #DFF271
Text Example
Text Example
White with #DFF271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF271; }
p { color: rgb(223,242,113); }
H1.HeaderClassName
{
color: #DFF271;
}
.AnyTagClassName
{
color: #DFF271;
}
</style>
background-color css
<style>
a { background-color: #DFF271; }
a { background-color: rgb(223,242,113); }
div.DivClassName
{
background-color: #DFF271;
}
.BgClassName
{
background-color: #DFF271;
}
</style>
border-color css
<style>
span { border-color: #DFF271; }
span { border-color: rgb(223,242,113); }
td.TdClassName
{
border-color: #DFF271;
}
.TagClassName
{
border-color: #DFF271;
}
</style>