Shades of Mindaro #DCFB7D
Tints of Mindaro #DCFB7D
RGB
CMYK
RGB Variations
Color information
#DCFB7D (or 0xDCFB7D) is known color: Mindaro. HEX triplet: DC, FB and 7D. RGB value is (220,251,125). Sum of RGB (Red+Green+Blue) = 220+251+125=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 251 (98.44% from 255 or 42.11% from 596); Blue value is 125 (49.22% from 255 or 20.97% from 596); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFB7D is #230482. Grayscale: #E3E3E3. Windows color (decimal): -2294915 or 8256476. OLE color: 8256476.
HSL color Cylindrical-coordinate representation of color #DCFB7D: hue angle of 74.76º 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 #DCFB7D is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 125 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.02 |
| HSL | 74.76º | 0.94% | 0.74% | - |
| HSV(B) | 74.76º | 0.5% | 0.98% | - |
| XYZ | 67.71 | 85.69 | 32.37 | - |
| YUV | 227.37 | 70.23 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 125 | 0.12 | 0 | 0.50 | 0.02 | 74.76 | 0.94 | 0.74 |
| Hex | DC | FB | 7D | C | 0 | 32 | 2 | 4B | 5E | 4A |
| Octal | 334 | 373 | 175 | 14 | 0 | 62 | 2 | 113 | 136 | 112 |
| Binary | 11011100 | 11111011 | 1111101 | 1100 | 0 | 110010 | 10 | 1001011 | 1011110 | 1001010 |
Color Harmonies of #DCFB7D
Complementary color
Monochromatic Colors of #DCFB7D
Black with #DCFB7D
Text Example
Text Example
White with #DCFB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFB7D; }
p { color: rgb(220,251,125); }
H1.HeaderClassName
{
color: #DCFB7D;
}
.AnyTagClassName
{
color: #DCFB7D;
}
</style>
background-color css
<style>
a { background-color: #DCFB7D; }
a { background-color: rgb(220,251,125); }
div.DivClassName
{
background-color: #DCFB7D;
}
.BgClassName
{
background-color: #DCFB7D;
}
</style>
border-color css
<style>
span { border-color: #DCFB7D; }
span { border-color: rgb(220,251,125); }
td.TdClassName
{
border-color: #DCFB7D;
}
.TagClassName
{
border-color: #DCFB7D;
}
</style>