Shades of Mindaro #DCFB6D
Tints of Mindaro #DCFB6D
RGB
CMYK
RGB Variations
Color information
#DCFB6D (or 0xDCFB6D) is known color: Mindaro. HEX triplet: DC, FB and 6D. RGB value is (220,251,109). Sum of RGB (Red+Green+Blue) = 220+251+109=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 251 (98.44% from 255 or 43.28% from 580); Blue value is 109 (42.97% from 255 or 18.79% from 580); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFB6D is #230492. Grayscale: #E2E2E2. Windows color (decimal): -2294931 or 7207900. OLE color: 7207900.
HSL color Cylindrical-coordinate representation of color #DCFB6D: hue angle of 73.1º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCFB6D is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 109 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.02 |
| HSL | 73.1º | 0.95% | 0.71% | - |
| HSV(B) | 73.1º | 0.57% | 0.98% | - |
| XYZ | 66.77 | 85.31 | 27.42 | - |
| YUV | 225.54 | 62.23 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 109 | 0.12 | 0 | 0.57 | 0.02 | 73.1 | 0.95 | 0.71 |
| Hex | DC | FB | 6D | C | 0 | 39 | 2 | 49 | 5F | 47 |
| Octal | 334 | 373 | 155 | 14 | 0 | 71 | 2 | 111 | 137 | 107 |
| Binary | 11011100 | 11111011 | 1101101 | 1100 | 0 | 111001 | 10 | 1001001 | 1011111 | 1000111 |
Color Harmonies of #DCFB6D
Complementary color
Monochromatic Colors of #DCFB6D
Black with #DCFB6D
Text Example
Text Example
White with #DCFB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFB6D; }
p { color: rgb(220,251,109); }
H1.HeaderClassName
{
color: #DCFB6D;
}
.AnyTagClassName
{
color: #DCFB6D;
}
</style>
background-color css
<style>
a { background-color: #DCFB6D; }
a { background-color: rgb(220,251,109); }
div.DivClassName
{
background-color: #DCFB6D;
}
.BgClassName
{
background-color: #DCFB6D;
}
</style>
border-color css
<style>
span { border-color: #DCFB6D; }
span { border-color: rgb(220,251,109); }
td.TdClassName
{
border-color: #DCFB6D;
}
.TagClassName
{
border-color: #DCFB6D;
}
</style>