Shades of Mindaro #DCFB7E
Tints of Mindaro #DCFB7E
RGB
CMYK
RGB Variations
Color information
#DCFB7E (or 0xDCFB7E) is known color: Mindaro. HEX triplet: DC, FB and 7E. RGB value is (220,251,126). Sum of RGB (Red+Green+Blue) = 220+251+126=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 251 (98.44% from 255 or 42.04% from 597); Blue value is 126 (49.61% from 255 or 21.11% from 597); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFB7E is #230481. Grayscale: #E3E3E3. Windows color (decimal): -2294914 or 8322012. OLE color: 8322012.
HSL color Cylindrical-coordinate representation of color #DCFB7E: hue angle of 74.88º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCFB7E is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 126 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.02 |
| HSL | 74.88º | 0.94% | 0.74% | - |
| HSV(B) | 74.88º | 0.5% | 0.98% | - |
| XYZ | 67.78 | 85.72 | 32.71 | - |
| YUV | 227.48 | 70.73 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 126 | 0.12 | 0 | 0.50 | 0.02 | 74.88 | 0.94 | 0.74 |
| Hex | DC | FB | 7E | C | 0 | 32 | 2 | 4B | 5E | 4A |
| Octal | 334 | 373 | 176 | 14 | 0 | 62 | 2 | 113 | 136 | 112 |
| Binary | 11011100 | 11111011 | 1111110 | 1100 | 0 | 110010 | 10 | 1001011 | 1011110 | 1001010 |
Color Harmonies of #DCFB7E
Complementary color
Monochromatic Colors of #DCFB7E
Black with #DCFB7E
Text Example
Text Example
White with #DCFB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFB7E; }
p { color: rgb(220,251,126); }
H1.HeaderClassName
{
color: #DCFB7E;
}
.AnyTagClassName
{
color: #DCFB7E;
}
</style>
background-color css
<style>
a { background-color: #DCFB7E; }
a { background-color: rgb(220,251,126); }
div.DivClassName
{
background-color: #DCFB7E;
}
.BgClassName
{
background-color: #DCFB7E;
}
</style>
border-color css
<style>
span { border-color: #DCFB7E; }
span { border-color: rgb(220,251,126); }
td.TdClassName
{
border-color: #DCFB7E;
}
.TagClassName
{
border-color: #DCFB7E;
}
</style>