Shades of Mindaro #DCFB6B
Tints of Mindaro #DCFB6B
RGB
CMYK
RGB Variations
Color information
#DCFB6B (or 0xDCFB6B) is known color: Mindaro. HEX triplet: DC, FB and 6B. RGB value is (220,251,107). Sum of RGB (Red+Green+Blue) = 220+251+107=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 251 (98.44% from 255 or 43.43% from 578); Blue value is 107 (42.19% from 255 or 18.51% from 578); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFB6B is #230494. Grayscale: #E1E1E1. Windows color (decimal): -2294933 or 7076828. OLE color: 7076828.
HSL color Cylindrical-coordinate representation of color #DCFB6B: hue angle of 72.92º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCFB6B is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 107 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.02 |
| HSL | 72.92º | 0.95% | 0.7% | - |
| HSV(B) | 72.92º | 0.57% | 0.98% | - |
| XYZ | 66.67 | 85.27 | 26.86 | - |
| YUV | 225.32 | 61.23 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 107 | 0.12 | 0 | 0.57 | 0.02 | 72.92 | 0.95 | 0.7 |
| Hex | DC | FB | 6B | C | 0 | 39 | 2 | 49 | 5F | 46 |
| Octal | 334 | 373 | 153 | 14 | 0 | 71 | 2 | 111 | 137 | 106 |
| Binary | 11011100 | 11111011 | 1101011 | 1100 | 0 | 111001 | 10 | 1001001 | 1011111 | 1000110 |
Color Harmonies of #DCFB6B
Complementary color
Monochromatic Colors of #DCFB6B
Black with #DCFB6B
Text Example
Text Example
White with #DCFB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFB6B; }
p { color: rgb(220,251,107); }
H1.HeaderClassName
{
color: #DCFB6B;
}
.AnyTagClassName
{
color: #DCFB6B;
}
</style>
background-color css
<style>
a { background-color: #DCFB6B; }
a { background-color: rgb(220,251,107); }
div.DivClassName
{
background-color: #DCFB6B;
}
.BgClassName
{
background-color: #DCFB6B;
}
</style>
border-color css
<style>
span { border-color: #DCFB6B; }
span { border-color: rgb(220,251,107); }
td.TdClassName
{
border-color: #DCFB6B;
}
.TagClassName
{
border-color: #DCFB6B;
}
</style>