Shades of Mindaro #DCFB77
Tints of Mindaro #DCFB77
RGB
CMYK
RGB Variations
Color information
#DCFB77 (or 0xDCFB77) is known color: Mindaro. HEX triplet: DC, FB and 77. RGB value is (220,251,119). Sum of RGB (Red+Green+Blue) = 220+251+119=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 251 (98.44% from 255 or 42.54% from 590); Blue value is 119 (46.88% from 255 or 20.17% from 590); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFB77 is #230488. Grayscale: #E3E3E3. Windows color (decimal): -2294921 or 7863260. OLE color: 7863260.
HSL color Cylindrical-coordinate representation of color #DCFB77: hue angle of 74.09º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCFB77 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 119 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.02 |
| HSL | 74.09º | 0.94% | 0.73% | - |
| HSV(B) | 74.09º | 0.53% | 0.98% | - |
| XYZ | 67.34 | 85.54 | 30.41 | - |
| YUV | 226.68 | 67.23 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 119 | 0.12 | 0 | 0.53 | 0.02 | 74.09 | 0.94 | 0.73 |
| Hex | DC | FB | 77 | C | 0 | 35 | 2 | 4A | 5E | 49 |
| Octal | 334 | 373 | 167 | 14 | 0 | 65 | 2 | 112 | 136 | 111 |
| Binary | 11011100 | 11111011 | 1110111 | 1100 | 0 | 110101 | 10 | 1001010 | 1011110 | 1001001 |
Color Harmonies of #DCFB77
Complementary color
Monochromatic Colors of #DCFB77
Black with #DCFB77
Text Example
Text Example
White with #DCFB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFB77; }
p { color: rgb(220,251,119); }
H1.HeaderClassName
{
color: #DCFB77;
}
.AnyTagClassName
{
color: #DCFB77;
}
</style>
background-color css
<style>
a { background-color: #DCFB77; }
a { background-color: rgb(220,251,119); }
div.DivClassName
{
background-color: #DCFB77;
}
.BgClassName
{
background-color: #DCFB77;
}
</style>
border-color css
<style>
span { border-color: #DCFB77; }
span { border-color: rgb(220,251,119); }
td.TdClassName
{
border-color: #DCFB77;
}
.TagClassName
{
border-color: #DCFB77;
}
</style>