Shades of Mindaro #DCFC7B
Tints of Mindaro #DCFC7B
RGB
CMYK
RGB Variations
Color information
#DCFC7B (or 0xDCFC7B) is known color: Mindaro. HEX triplet: DC, FC and 7B. RGB value is (220,252,123). Sum of RGB (Red+Green+Blue) = 220+252+123=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 252 (98.83% from 255 or 42.35% from 595); Blue value is 123 (48.44% from 255 or 20.67% from 595); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFC7B is #230384. Grayscale: #E4E4E4. Windows color (decimal): -2294661 or 8125660. OLE color: 8125660.
HSL color Cylindrical-coordinate representation of color #DCFC7B: hue angle of 74.88º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCFC7B is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 123 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.01 |
| HSL | 74.88º | 0.96% | 0.74% | - |
| HSV(B) | 74.88º | 0.51% | 0.99% | - |
| XYZ | 67.9 | 86.27 | 31.81 | - |
| YUV | 227.73 | 68.9 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 123 | 0.13 | 0 | 0.51 | 0.01 | 74.88 | 0.96 | 0.74 |
| Hex | DC | FC | 7B | D | 0 | 33 | 1 | 4B | 60 | 4A |
| Octal | 334 | 374 | 173 | 15 | 0 | 63 | 1 | 113 | 140 | 112 |
| Binary | 11011100 | 11111100 | 1111011 | 1101 | 0 | 110011 | 1 | 1001011 | 1100000 | 1001010 |
Color Harmonies of #DCFC7B
Complementary color
Monochromatic Colors of #DCFC7B
Black with #DCFC7B
Text Example
Text Example
White with #DCFC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC7B; }
p { color: rgb(220,252,123); }
H1.HeaderClassName
{
color: #DCFC7B;
}
.AnyTagClassName
{
color: #DCFC7B;
}
</style>
background-color css
<style>
a { background-color: #DCFC7B; }
a { background-color: rgb(220,252,123); }
div.DivClassName
{
background-color: #DCFC7B;
}
.BgClassName
{
background-color: #DCFC7B;
}
</style>
border-color css
<style>
span { border-color: #DCFC7B; }
span { border-color: rgb(220,252,123); }
td.TdClassName
{
border-color: #DCFC7B;
}
.TagClassName
{
border-color: #DCFC7B;
}
</style>