Shades of Mindaro #DCF180
Tints of Mindaro #DCF180
RGB
CMYK
RGB Variations
Color information
#DCF180 (or 0xDCF180) is known color: Mindaro. HEX triplet: DC, F1 and 80. RGB value is (220,241,128). Sum of RGB (Red+Green+Blue) = 220+241+128=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 241 (94.53% from 255 or 40.92% from 589); Blue value is 128 (50.39% from 255 or 21.73% from 589); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF180 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF180 is #230E7F. Grayscale: #DEDEDE. Windows color (decimal): -2297472 or 8450524. OLE color: 8450524.
HSL color Cylindrical-coordinate representation of color #DCF180: hue angle of 71.15º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCF180 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 128 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.05 |
| HSL | 71.15º | 0.8% | 0.72% | - |
| HSV(B) | 71.15º | 0.47% | 0.95% | - |
| XYZ | 64.87 | 79.68 | 32.38 | - |
| YUV | 221.84 | 75.04 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 128 | 0.09 | 0 | 0.47 | 0.05 | 71.15 | 0.8 | 0.72 |
| Hex | DC | F1 | 80 | 9 | 0 | 2F | 5 | 47 | 50 | 48 |
| Octal | 334 | 361 | 200 | 11 | 0 | 57 | 5 | 107 | 120 | 110 |
| Binary | 11011100 | 11110001 | 10000000 | 1001 | 0 | 101111 | 101 | 1000111 | 1010000 | 1001000 |
Color Harmonies of #DCF180
Complementary color
Monochromatic Colors of #DCF180
Black with #DCF180
Text Example
Text Example
White with #DCF180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF180; }
p { color: rgb(220,241,128); }
H1.HeaderClassName
{
color: #DCF180;
}
.AnyTagClassName
{
color: #DCF180;
}
</style>
background-color css
<style>
a { background-color: #DCF180; }
a { background-color: rgb(220,241,128); }
div.DivClassName
{
background-color: #DCF180;
}
.BgClassName
{
background-color: #DCF180;
}
</style>
border-color css
<style>
span { border-color: #DCF180; }
span { border-color: rgb(220,241,128); }
td.TdClassName
{
border-color: #DCF180;
}
.TagClassName
{
border-color: #DCF180;
}
</style>