Shades of Mindaro #DCFB73
Tints of Mindaro #DCFB73
RGB
CMYK
RGB Variations
Color information
#DCFB73 (or 0xDCFB73) is known color: Mindaro. HEX triplet: DC, FB and 73. RGB value is (220,251,115). Sum of RGB (Red+Green+Blue) = 220+251+115=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 251 (98.44% from 255 or 42.83% from 586); Blue value is 115 (45.31% from 255 or 19.62% from 586); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFB73 is #23048C. Grayscale: #E2E2E2. Windows color (decimal): -2294925 or 7601116. OLE color: 7601116.
HSL color Cylindrical-coordinate representation of color #DCFB73: hue angle of 73.68º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCFB73 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 115 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.02 |
| HSL | 73.68º | 0.94% | 0.72% | - |
| HSV(B) | 73.68º | 0.54% | 0.98% | - |
| XYZ | 67.11 | 85.45 | 29.18 | - |
| YUV | 226.23 | 65.23 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 115 | 0.12 | 0 | 0.54 | 0.02 | 73.68 | 0.94 | 0.72 |
| Hex | DC | FB | 73 | C | 0 | 36 | 2 | 4A | 5E | 48 |
| Octal | 334 | 373 | 163 | 14 | 0 | 66 | 2 | 112 | 136 | 110 |
| Binary | 11011100 | 11111011 | 1110011 | 1100 | 0 | 110110 | 10 | 1001010 | 1011110 | 1001000 |
Color Harmonies of #DCFB73
Complementary color
Monochromatic Colors of #DCFB73
Black with #DCFB73
Text Example
Text Example
White with #DCFB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFB73; }
p { color: rgb(220,251,115); }
H1.HeaderClassName
{
color: #DCFB73;
}
.AnyTagClassName
{
color: #DCFB73;
}
</style>
background-color css
<style>
a { background-color: #DCFB73; }
a { background-color: rgb(220,251,115); }
div.DivClassName
{
background-color: #DCFB73;
}
.BgClassName
{
background-color: #DCFB73;
}
</style>
border-color css
<style>
span { border-color: #DCFB73; }
span { border-color: rgb(220,251,115); }
td.TdClassName
{
border-color: #DCFB73;
}
.TagClassName
{
border-color: #DCFB73;
}
</style>