Shades of Mindaro #DCFB7C
Tints of Mindaro #DCFB7C
RGB
CMYK
RGB Variations
Color information
#DCFB7C (or 0xDCFB7C) is known color: Mindaro. HEX triplet: DC, FB and 7C. RGB value is (220,251,124). Sum of RGB (Red+Green+Blue) = 220+251+124=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 251 (98.44% from 255 or 42.18% from 595); Blue value is 124 (48.83% from 255 or 20.84% from 595); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFB7C is #230483. Grayscale: #E3E3E3. Windows color (decimal): -2294916 or 8190940. OLE color: 8190940.
HSL color Cylindrical-coordinate representation of color #DCFB7C: hue angle of 74.65º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCFB7C is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 124 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.02 |
| HSL | 74.65º | 0.94% | 0.74% | - |
| HSV(B) | 74.65º | 0.51% | 0.98% | - |
| XYZ | 67.65 | 85.67 | 32.04 | - |
| YUV | 227.25 | 69.73 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 124 | 0.12 | 0 | 0.51 | 0.02 | 74.65 | 0.94 | 0.74 |
| Hex | DC | FB | 7C | C | 0 | 33 | 2 | 4B | 5E | 4A |
| Octal | 334 | 373 | 174 | 14 | 0 | 63 | 2 | 113 | 136 | 112 |
| Binary | 11011100 | 11111011 | 1111100 | 1100 | 0 | 110011 | 10 | 1001011 | 1011110 | 1001010 |
Color Harmonies of #DCFB7C
Complementary color
Monochromatic Colors of #DCFB7C
Black with #DCFB7C
Text Example
Text Example
White with #DCFB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFB7C; }
p { color: rgb(220,251,124); }
H1.HeaderClassName
{
color: #DCFB7C;
}
.AnyTagClassName
{
color: #DCFB7C;
}
</style>
background-color css
<style>
a { background-color: #DCFB7C; }
a { background-color: rgb(220,251,124); }
div.DivClassName
{
background-color: #DCFB7C;
}
.BgClassName
{
background-color: #DCFB7C;
}
</style>
border-color css
<style>
span { border-color: #DCFB7C; }
span { border-color: rgb(220,251,124); }
td.TdClassName
{
border-color: #DCFB7C;
}
.TagClassName
{
border-color: #DCFB7C;
}
</style>