Shades of Mindaro #DCFB70
Tints of Mindaro #DCFB70
RGB
CMYK
RGB Variations
Color information
#DCFB70 (or 0xDCFB70) is known color: Mindaro. HEX triplet: DC, FB and 70. RGB value is (220,251,112). Sum of RGB (Red+Green+Blue) = 220+251+112=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 251 (98.44% from 255 or 43.05% from 583); Blue value is 112 (44.14% from 255 or 19.21% from 583); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFB70 is #23048F. Grayscale: #E2E2E2. Windows color (decimal): -2294928 or 7404508. OLE color: 7404508.
HSL color Cylindrical-coordinate representation of color #DCFB70: hue angle of 73.38º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCFB70 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 112 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.02 |
| HSL | 73.38º | 0.95% | 0.71% | - |
| HSV(B) | 73.38º | 0.55% | 0.98% | - |
| XYZ | 66.94 | 85.38 | 28.28 | - |
| YUV | 225.89 | 63.73 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 112 | 0.12 | 0 | 0.55 | 0.02 | 73.38 | 0.95 | 0.71 |
| Hex | DC | FB | 70 | C | 0 | 37 | 2 | 49 | 5F | 47 |
| Octal | 334 | 373 | 160 | 14 | 0 | 67 | 2 | 111 | 137 | 107 |
| Binary | 11011100 | 11111011 | 1110000 | 1100 | 0 | 110111 | 10 | 1001001 | 1011111 | 1000111 |
Color Harmonies of #DCFB70
Complementary color
Monochromatic Colors of #DCFB70
Black with #DCFB70
Text Example
Text Example
White with #DCFB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFB70; }
p { color: rgb(220,251,112); }
H1.HeaderClassName
{
color: #DCFB70;
}
.AnyTagClassName
{
color: #DCFB70;
}
</style>
background-color css
<style>
a { background-color: #DCFB70; }
a { background-color: rgb(220,251,112); }
div.DivClassName
{
background-color: #DCFB70;
}
.BgClassName
{
background-color: #DCFB70;
}
</style>
border-color css
<style>
span { border-color: #DCFB70; }
span { border-color: rgb(220,251,112); }
td.TdClassName
{
border-color: #DCFB70;
}
.TagClassName
{
border-color: #DCFB70;
}
</style>