Shades of Mindaro #DCFC6C
Tints of Mindaro #DCFC6C
RGB
CMYK
RGB Variations
Color information
#DCFC6C (or 0xDCFC6C) is known color: Mindaro. HEX triplet: DC, FC and 6C. RGB value is (220,252,108). Sum of RGB (Red+Green+Blue) = 220+252+108=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 252 (98.83% from 255 or 43.45% from 580); Blue value is 108 (42.58% from 255 or 18.62% from 580); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFC6C is #230393. Grayscale: #E2E2E2. Windows color (decimal): -2294676 or 7142620. OLE color: 7142620.
HSL color Cylindrical-coordinate representation of color #DCFC6C: hue angle of 73.33º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCFC6C is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 108 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.01 |
| HSL | 73.33º | 0.96% | 0.71% | - |
| HSV(B) | 73.33º | 0.57% | 0.99% | - |
| XYZ | 67.03 | 85.92 | 27.24 | - |
| YUV | 226.02 | 61.4 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 108 | 0.13 | 0 | 0.57 | 0.01 | 73.33 | 0.96 | 0.71 |
| Hex | DC | FC | 6C | D | 0 | 39 | 1 | 49 | 60 | 47 |
| Octal | 334 | 374 | 154 | 15 | 0 | 71 | 1 | 111 | 140 | 107 |
| Binary | 11011100 | 11111100 | 1101100 | 1101 | 0 | 111001 | 1 | 1001001 | 1100000 | 1000111 |
Color Harmonies of #DCFC6C
Complementary color
Monochromatic Colors of #DCFC6C
Black with #DCFC6C
Text Example
Text Example
White with #DCFC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC6C; }
p { color: rgb(220,252,108); }
H1.HeaderClassName
{
color: #DCFC6C;
}
.AnyTagClassName
{
color: #DCFC6C;
}
</style>
background-color css
<style>
a { background-color: #DCFC6C; }
a { background-color: rgb(220,252,108); }
div.DivClassName
{
background-color: #DCFC6C;
}
.BgClassName
{
background-color: #DCFC6C;
}
</style>
border-color css
<style>
span { border-color: #DCFC6C; }
span { border-color: rgb(220,252,108); }
td.TdClassName
{
border-color: #DCFC6C;
}
.TagClassName
{
border-color: #DCFC6C;
}
</style>