Shades of Mindaro #DFF27A
Tints of Mindaro #DFF27A
RGB
CMYK
RGB Variations
Color information
#DFF27A (or 0xDFF27A) is known color: Mindaro. HEX triplet: DF, F2 and 7A. RGB value is (223,242,122). Sum of RGB (Red+Green+Blue) = 223+242+122=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 122 (48.05% from 255 or 20.78% from 587); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF27A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF27A is #200D85. Grayscale: #DFDFDF. Windows color (decimal): -2100614 or 8057567. OLE color: 8057567.
HSL color Cylindrical-coordinate representation of color #DFF27A: hue angle of 69.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFF27A is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 122 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.05 |
| HSL | 69.5º | 0.82% | 0.71% | - |
| HSV(B) | 69.5º | 0.5% | 0.95% | - |
| XYZ | 65.7 | 80.6 | 30.51 | - |
| YUV | 222.64 | 71.21 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 122 | 0.08 | 0 | 0.50 | 0.05 | 69.5 | 0.82 | 0.71 |
| Hex | DF | F2 | 7A | 8 | 0 | 32 | 5 | 46 | 52 | 47 |
| Octal | 337 | 362 | 172 | 10 | 0 | 62 | 5 | 106 | 122 | 107 |
| Binary | 11011111 | 11110010 | 1111010 | 1000 | 0 | 110010 | 101 | 1000110 | 1010010 | 1000111 |
Color Harmonies of #DFF27A
Complementary color
Monochromatic Colors of #DFF27A
Black with #DFF27A
Text Example
Text Example
White with #DFF27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF27A; }
p { color: rgb(223,242,122); }
H1.HeaderClassName
{
color: #DFF27A;
}
.AnyTagClassName
{
color: #DFF27A;
}
</style>
background-color css
<style>
a { background-color: #DFF27A; }
a { background-color: rgb(223,242,122); }
div.DivClassName
{
background-color: #DFF27A;
}
.BgClassName
{
background-color: #DFF27A;
}
</style>
border-color css
<style>
span { border-color: #DFF27A; }
span { border-color: rgb(223,242,122); }
td.TdClassName
{
border-color: #DFF27A;
}
.TagClassName
{
border-color: #DFF27A;
}
</style>