Shades of Mindaro #DCF57B
Tints of Mindaro #DCF57B
RGB
CMYK
RGB Variations
Color information
#DCF57B (or 0xDCF57B) is known color: Mindaro. HEX triplet: DC, F5 and 7B. RGB value is (220,245,123). Sum of RGB (Red+Green+Blue) = 220+245+123=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 245 (96.09% from 255 or 41.67% from 588); Blue value is 123 (48.44% from 255 or 20.92% from 588); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF57B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF57B is #230A84. Grayscale: #E0E0E0. Windows color (decimal): -2296453 or 8123868. OLE color: 8123868.
HSL color Cylindrical-coordinate representation of color #DCF57B: hue angle of 72.3º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCF57B is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 123 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.04 |
| HSL | 72.3º | 0.86% | 0.72% | - |
| HSV(B) | 72.3º | 0.5% | 0.96% | - |
| XYZ | 65.74 | 81.95 | 31.09 | - |
| YUV | 223.62 | 71.22 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 123 | 0.10 | 0 | 0.50 | 0.04 | 72.3 | 0.86 | 0.72 |
| Hex | DC | F5 | 7B | A | 0 | 32 | 4 | 48 | 56 | 48 |
| Octal | 334 | 365 | 173 | 12 | 0 | 62 | 4 | 110 | 126 | 110 |
| Binary | 11011100 | 11110101 | 1111011 | 1010 | 0 | 110010 | 100 | 1001000 | 1010110 | 1001000 |
Color Harmonies of #DCF57B
Complementary color
Monochromatic Colors of #DCF57B
Black with #DCF57B
Text Example
Text Example
White with #DCF57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF57B; }
p { color: rgb(220,245,123); }
H1.HeaderClassName
{
color: #DCF57B;
}
.AnyTagClassName
{
color: #DCF57B;
}
</style>
background-color css
<style>
a { background-color: #DCF57B; }
a { background-color: rgb(220,245,123); }
div.DivClassName
{
background-color: #DCF57B;
}
.BgClassName
{
background-color: #DCF57B;
}
</style>
border-color css
<style>
span { border-color: #DCF57B; }
span { border-color: rgb(220,245,123); }
td.TdClassName
{
border-color: #DCF57B;
}
.TagClassName
{
border-color: #DCF57B;
}
</style>