Shades of Mindaro #DCFB60
Tints of Mindaro #DCFB60
RGB
CMYK
RGB Variations
Color information
#DCFB60 (or 0xDCFB60) is known color: Mindaro. HEX triplet: DC, FB and 60. RGB value is (220,251,96). Sum of RGB (Red+Green+Blue) = 220+251+96=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 251 (98.44% from 255 or 44.27% from 567); Blue value is 96 (37.89% from 255 or 16.93% from 567); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFB60 is #23049F. Grayscale: #E0E0E0. Windows color (decimal): -2294944 or 6355932. OLE color: 6355932.
HSL color Cylindrical-coordinate representation of color #DCFB60: hue angle of 72º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCFB60 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 96 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.02 |
| HSL | 72º | 0.95% | 0.68% | - |
| HSV(B) | 72º | 0.62% | 0.98% | - |
| XYZ | 66.12 | 85.05 | 24 | - |
| YUV | 224.06 | 55.73 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 96 | 0.12 | 0 | 0.62 | 0.02 | 72 | 0.95 | 0.68 |
| Hex | DC | FB | 60 | C | 0 | 3E | 2 | 48 | 5F | 44 |
| Octal | 334 | 373 | 140 | 14 | 0 | 76 | 2 | 110 | 137 | 104 |
| Binary | 11011100 | 11111011 | 1100000 | 1100 | 0 | 111110 | 10 | 1001000 | 1011111 | 1000100 |
Color Harmonies of #DCFB60
Complementary color
Monochromatic Colors of #DCFB60
Black with #DCFB60
Text Example
Text Example
White with #DCFB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFB60; }
p { color: rgb(220,251,96); }
H1.HeaderClassName
{
color: #DCFB60;
}
.AnyTagClassName
{
color: #DCFB60;
}
</style>
background-color css
<style>
a { background-color: #DCFB60; }
a { background-color: rgb(220,251,96); }
div.DivClassName
{
background-color: #DCFB60;
}
.BgClassName
{
background-color: #DCFB60;
}
</style>
border-color css
<style>
span { border-color: #DCFB60; }
span { border-color: rgb(220,251,96); }
td.TdClassName
{
border-color: #DCFB60;
}
.TagClassName
{
border-color: #DCFB60;
}
</style>