Shades of Mindaro #DCF26B
Tints of Mindaro #DCF26B
RGB
CMYK
RGB Variations
Color information
#DCF26B (or 0xDCF26B) is known color: Mindaro. HEX triplet: DC, F2 and 6B. RGB value is (220,242,107). Sum of RGB (Red+Green+Blue) = 220+242+107=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 107 (42.19% from 255 or 18.80% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF26B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF26B is #230D94. Grayscale: #DCDCDC. Windows color (decimal): -2297237 or 7074524. OLE color: 7074524.
HSL color Cylindrical-coordinate representation of color #DCF26B: hue angle of 69.78º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCF26B is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 107 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.05 |
| HSL | 69.78º | 0.84% | 0.68% | - |
| HSV(B) | 69.78º | 0.56% | 0.95% | - |
| XYZ | 63.92 | 79.78 | 25.94 | - |
| YUV | 220.03 | 64.21 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 107 | 0.09 | 0 | 0.56 | 0.05 | 69.78 | 0.84 | 0.68 |
| Hex | DC | F2 | 6B | 9 | 0 | 38 | 5 | 46 | 54 | 44 |
| Octal | 334 | 362 | 153 | 11 | 0 | 70 | 5 | 106 | 124 | 104 |
| Binary | 11011100 | 11110010 | 1101011 | 1001 | 0 | 111000 | 101 | 1000110 | 1010100 | 1000100 |
Color Harmonies of #DCF26B
Complementary color
Monochromatic Colors of #DCF26B
Black with #DCF26B
Text Example
Text Example
White with #DCF26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF26B; }
p { color: rgb(220,242,107); }
H1.HeaderClassName
{
color: #DCF26B;
}
.AnyTagClassName
{
color: #DCF26B;
}
</style>
background-color css
<style>
a { background-color: #DCF26B; }
a { background-color: rgb(220,242,107); }
div.DivClassName
{
background-color: #DCF26B;
}
.BgClassName
{
background-color: #DCF26B;
}
</style>
border-color css
<style>
span { border-color: #DCF26B; }
span { border-color: rgb(220,242,107); }
td.TdClassName
{
border-color: #DCF26B;
}
.TagClassName
{
border-color: #DCF26B;
}
</style>