Shades of Mindaro #DCFE7B
Tints of Mindaro #DCFE7B
RGB
CMYK
RGB Variations
Color information
#DCFE7B (or 0xDCFE7B) is known color: Mindaro. HEX triplet: DC, FE and 7B. RGB value is (220,254,123). Sum of RGB (Red+Green+Blue) = 220+254+123=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 254 (99.61% from 255 or 42.55% from 597); Blue value is 123 (48.44% from 255 or 20.60% from 597); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFE7B is #230184. Grayscale: #E5E5E5. Windows color (decimal): -2294149 or 8126172. OLE color: 8126172.
HSL color Cylindrical-coordinate representation of color #DCFE7B: hue angle of 75.57º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCFE7B is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 123 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.00 |
| HSL | 75.57º | 0.98% | 0.74% | - |
| HSV(B) | 75.57º | 0.52% | 1% | - |
| XYZ | 68.53 | 87.53 | 32.02 | - |
| YUV | 228.9 | 68.24 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 123 | 0.13 | 0 | 0.52 | 0.00 | 75.57 | 0.98 | 0.74 |
| Hex | DC | FE | 7B | D | 0 | 34 | 0 | 4C | 62 | 4A |
| Octal | 334 | 376 | 173 | 15 | 0 | 64 | 0 | 114 | 142 | 112 |
| Binary | 11011100 | 11111110 | 1111011 | 1101 | 0 | 110100 | 0 | 1001100 | 1100010 | 1001010 |
Color Harmonies of #DCFE7B
Complementary color
Monochromatic Colors of #DCFE7B
Black with #DCFE7B
Text Example
Text Example
White with #DCFE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE7B; }
p { color: rgb(220,254,123); }
H1.HeaderClassName
{
color: #DCFE7B;
}
.AnyTagClassName
{
color: #DCFE7B;
}
</style>
background-color css
<style>
a { background-color: #DCFE7B; }
a { background-color: rgb(220,254,123); }
div.DivClassName
{
background-color: #DCFE7B;
}
.BgClassName
{
background-color: #DCFE7B;
}
</style>
border-color css
<style>
span { border-color: #DCFE7B; }
span { border-color: rgb(220,254,123); }
td.TdClassName
{
border-color: #DCFE7B;
}
.TagClassName
{
border-color: #DCFE7B;
}
</style>