Shades of Mindaro #DCF183
Tints of Mindaro #DCF183
RGB
CMYK
RGB Variations
Color information
#DCF183 (or 0xDCF183) is known color: Mindaro. HEX triplet: DC, F1 and 83. RGB value is (220,241,131). Sum of RGB (Red+Green+Blue) = 220+241+131=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 241 (94.53% from 255 or 40.71% from 592); Blue value is 131 (51.56% from 255 or 22.13% from 592); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF183 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF183 is #230E7C. Grayscale: #DEDEDE. Windows color (decimal): -2297469 or 8647132. OLE color: 8647132.
HSL color Cylindrical-coordinate representation of color #DCF183: hue angle of 71.45º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCF183 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 131 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.05 |
| HSL | 71.45º | 0.8% | 0.73% | - |
| HSV(B) | 71.45º | 0.46% | 0.95% | - |
| XYZ | 65.07 | 79.76 | 33.44 | - |
| YUV | 222.18 | 76.54 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 131 | 0.09 | 0 | 0.46 | 0.05 | 71.45 | 0.8 | 0.73 |
| Hex | DC | F1 | 83 | 9 | 0 | 2E | 5 | 47 | 50 | 49 |
| Octal | 334 | 361 | 203 | 11 | 0 | 56 | 5 | 107 | 120 | 111 |
| Binary | 11011100 | 11110001 | 10000011 | 1001 | 0 | 101110 | 101 | 1000111 | 1010000 | 1001001 |
Color Harmonies of #DCF183
Complementary color
Monochromatic Colors of #DCF183
Black with #DCF183
Text Example
Text Example
White with #DCF183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF183; }
p { color: rgb(220,241,131); }
H1.HeaderClassName
{
color: #DCF183;
}
.AnyTagClassName
{
color: #DCF183;
}
</style>
background-color css
<style>
a { background-color: #DCF183; }
a { background-color: rgb(220,241,131); }
div.DivClassName
{
background-color: #DCF183;
}
.BgClassName
{
background-color: #DCF183;
}
</style>
border-color css
<style>
span { border-color: #DCF183; }
span { border-color: rgb(220,241,131); }
td.TdClassName
{
border-color: #DCF183;
}
.TagClassName
{
border-color: #DCF183;
}
</style>