Shades of Mindaro #DCFF7B
Tints of Mindaro #DCFF7B
RGB
CMYK
RGB Variations
Color information
#DCFF7B (or 0xDCFF7B) is known color: Mindaro. HEX triplet: DC, FF and 7B. RGB value is (220,255,123). Sum of RGB (Red+Green+Blue) = 220+255+123=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 123 (48.44% from 255 or 20.57% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFF7B is #230084. Grayscale: #E5E5E5. Windows color (decimal): -2293893 or 8126428. OLE color: 8126428.
HSL color Cylindrical-coordinate representation of color #DCFF7B: hue angle of 75.91º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCFF7B is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 123 | - |
| CMYK | 0.14 | 0 | 0.52 | 0 |
| HSL | 75.91º | 1% | 0.74% | - |
| HSV(B) | 75.91º | 0.52% | 1% | - |
| XYZ | 68.85 | 88.17 | 32.13 | - |
| YUV | 229.49 | 67.9 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 123 | 0.14 | 0 | 0.52 | 0 | 75.91 | 1 | 0.74 |
| Hex | DC | FF | 7B | E | 0 | 34 | 0 | 4C | 64 | 4A |
| Octal | 334 | 377 | 173 | 16 | 0 | 64 | 0 | 114 | 144 | 112 |
| Binary | 11011100 | 11111111 | 1111011 | 1110 | 0 | 110100 | 0 | 1001100 | 1100100 | 1001010 |
Color Harmonies of #DCFF7B
Complementary color
Monochromatic Colors of #DCFF7B
Black with #DCFF7B
Text Example
Text Example
White with #DCFF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF7B; }
p { color: rgb(220,255,123); }
H1.HeaderClassName
{
color: #DCFF7B;
}
.AnyTagClassName
{
color: #DCFF7B;
}
</style>
background-color css
<style>
a { background-color: #DCFF7B; }
a { background-color: rgb(220,255,123); }
div.DivClassName
{
background-color: #DCFF7B;
}
.BgClassName
{
background-color: #DCFF7B;
}
</style>
border-color css
<style>
span { border-color: #DCFF7B; }
span { border-color: rgb(220,255,123); }
td.TdClassName
{
border-color: #DCFF7B;
}
.TagClassName
{
border-color: #DCFF7B;
}
</style>