Shades of Mindaro #DCF06B
Tints of Mindaro #DCF06B
RGB
CMYK
RGB Variations
Color information
#DCF06B (or 0xDCF06B) is known color: Mindaro. HEX triplet: DC, F0 and 6B. RGB value is (220,240,107). Sum of RGB (Red+Green+Blue) = 220+240+107=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 107 (42.19% from 255 or 18.87% from 567); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF06B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF06B is #230F94. Grayscale: #DBDBDB. Windows color (decimal): -2297749 or 7074012. OLE color: 7074012.
HSL color Cylindrical-coordinate representation of color #DCF06B: hue angle of 69.02º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCF06B is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 107 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.06 |
| HSL | 69.02º | 0.82% | 0.68% | - |
| HSV(B) | 69.02º | 0.55% | 0.94% | - |
| XYZ | 63.33 | 78.6 | 25.74 | - |
| YUV | 218.86 | 64.87 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 107 | 0.08 | 0 | 0.55 | 0.06 | 69.02 | 0.82 | 0.68 |
| Hex | DC | F0 | 6B | 8 | 0 | 37 | 6 | 45 | 52 | 44 |
| Octal | 334 | 360 | 153 | 10 | 0 | 67 | 6 | 105 | 122 | 104 |
| Binary | 11011100 | 11110000 | 1101011 | 1000 | 0 | 110111 | 110 | 1000101 | 1010010 | 1000100 |
Color Harmonies of #DCF06B
Complementary color
Monochromatic Colors of #DCF06B
Black with #DCF06B
Text Example
Text Example
White with #DCF06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF06B; }
p { color: rgb(220,240,107); }
H1.HeaderClassName
{
color: #DCF06B;
}
.AnyTagClassName
{
color: #DCF06B;
}
</style>
background-color css
<style>
a { background-color: #DCF06B; }
a { background-color: rgb(220,240,107); }
div.DivClassName
{
background-color: #DCF06B;
}
.BgClassName
{
background-color: #DCF06B;
}
</style>
border-color css
<style>
span { border-color: #DCF06B; }
span { border-color: rgb(220,240,107); }
td.TdClassName
{
border-color: #DCF06B;
}
.TagClassName
{
border-color: #DCF06B;
}
</style>