Shades of Mindaro #DCF383
Tints of Mindaro #DCF383
RGB
CMYK
RGB Variations
Color information
#DCF383 (or 0xDCF383) is known color: Mindaro. HEX triplet: DC, F3 and 83. RGB value is (220,243,131). Sum of RGB (Red+Green+Blue) = 220+243+131=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 243 (95.31% from 255 or 40.91% from 594); Blue value is 131 (51.56% from 255 or 22.05% from 594); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF383 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF383 is #230C7C. Grayscale: #DFDFDF. Windows color (decimal): -2296957 or 8647644. OLE color: 8647644.
HSL color Cylindrical-coordinate representation of color #DCF383: hue angle of 72.32º degrees, saturation: 0.82, 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 #DCF383 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 131 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.05 |
| HSL | 72.32º | 0.82% | 0.73% | - |
| HSV(B) | 72.32º | 0.46% | 0.95% | - |
| XYZ | 65.66 | 80.96 | 33.64 | - |
| YUV | 223.36 | 75.88 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 131 | 0.09 | 0 | 0.46 | 0.05 | 72.32 | 0.82 | 0.73 |
| Hex | DC | F3 | 83 | 9 | 0 | 2E | 5 | 48 | 52 | 49 |
| Octal | 334 | 363 | 203 | 11 | 0 | 56 | 5 | 110 | 122 | 111 |
| Binary | 11011100 | 11110011 | 10000011 | 1001 | 0 | 101110 | 101 | 1001000 | 1010010 | 1001001 |
Color Harmonies of #DCF383
Complementary color
Monochromatic Colors of #DCF383
Black with #DCF383
Text Example
Text Example
White with #DCF383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF383; }
p { color: rgb(220,243,131); }
H1.HeaderClassName
{
color: #DCF383;
}
.AnyTagClassName
{
color: #DCF383;
}
</style>
background-color css
<style>
a { background-color: #DCF383; }
a { background-color: rgb(220,243,131); }
div.DivClassName
{
background-color: #DCF383;
}
.BgClassName
{
background-color: #DCF383;
}
</style>
border-color css
<style>
span { border-color: #DCF383; }
span { border-color: rgb(220,243,131); }
td.TdClassName
{
border-color: #DCF383;
}
.TagClassName
{
border-color: #DCF383;
}
</style>