Shades of Mindaro #DCFB74
Tints of Mindaro #DCFB74
RGB
CMYK
RGB Variations
Color information
#DCFB74 (or 0xDCFB74) is known color: Mindaro. HEX triplet: DC, FB and 74. RGB value is (220,251,116). Sum of RGB (Red+Green+Blue) = 220+251+116=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 251 (98.44% from 255 or 42.76% from 587); Blue value is 116 (45.70% from 255 or 19.76% from 587); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFB74 is #23048B. Grayscale: #E2E2E2. Windows color (decimal): -2294924 or 7666652. OLE color: 7666652.
HSL color Cylindrical-coordinate representation of color #DCFB74: hue angle of 73.78º 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 #DCFB74 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 116 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.02 |
| HSL | 73.78º | 0.94% | 0.72% | - |
| HSV(B) | 73.78º | 0.54% | 0.98% | - |
| XYZ | 67.16 | 85.47 | 29.48 | - |
| YUV | 226.34 | 65.73 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 116 | 0.12 | 0 | 0.54 | 0.02 | 73.78 | 0.94 | 0.72 |
| Hex | DC | FB | 74 | C | 0 | 36 | 2 | 4A | 5E | 48 |
| Octal | 334 | 373 | 164 | 14 | 0 | 66 | 2 | 112 | 136 | 110 |
| Binary | 11011100 | 11111011 | 1110100 | 1100 | 0 | 110110 | 10 | 1001010 | 1011110 | 1001000 |
Color Harmonies of #DCFB74
Complementary color
Monochromatic Colors of #DCFB74
Black with #DCFB74
Text Example
Text Example
White with #DCFB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFB74; }
p { color: rgb(220,251,116); }
H1.HeaderClassName
{
color: #DCFB74;
}
.AnyTagClassName
{
color: #DCFB74;
}
</style>
background-color css
<style>
a { background-color: #DCFB74; }
a { background-color: rgb(220,251,116); }
div.DivClassName
{
background-color: #DCFB74;
}
.BgClassName
{
background-color: #DCFB74;
}
</style>
border-color css
<style>
span { border-color: #DCFB74; }
span { border-color: rgb(220,251,116); }
td.TdClassName
{
border-color: #DCFB74;
}
.TagClassName
{
border-color: #DCFB74;
}
</style>