Shades of Mindaro #DCFA68
Tints of Mindaro #DCFA68
RGB
CMYK
RGB Variations
Color information
#DCFA68 (or 0xDCFA68) is known color: Mindaro. HEX triplet: DC, FA and 68. RGB value is (220,250,104). Sum of RGB (Red+Green+Blue) = 220+250+104=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 104 (41.02% from 255 or 18.12% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFA68 is #230597. Grayscale: #E0E0E0. Windows color (decimal): -2295192 or 6879964. OLE color: 6879964.
HSL color Cylindrical-coordinate representation of color #DCFA68: hue angle of 72.33º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCFA68 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 104 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.02 |
| HSL | 72.33º | 0.94% | 0.69% | - |
| HSV(B) | 72.33º | 0.58% | 0.98% | - |
| XYZ | 66.2 | 84.59 | 25.93 | - |
| YUV | 224.39 | 60.06 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 104 | 0.12 | 0 | 0.58 | 0.02 | 72.33 | 0.94 | 0.69 |
| Hex | DC | FA | 68 | C | 0 | 3A | 2 | 48 | 5E | 45 |
| Octal | 334 | 372 | 150 | 14 | 0 | 72 | 2 | 110 | 136 | 105 |
| Binary | 11011100 | 11111010 | 1101000 | 1100 | 0 | 111010 | 10 | 1001000 | 1011110 | 1000101 |
Color Harmonies of #DCFA68
Complementary color
Monochromatic Colors of #DCFA68
Black with #DCFA68
Text Example
Text Example
White with #DCFA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFA68; }
p { color: rgb(220,250,104); }
H1.HeaderClassName
{
color: #DCFA68;
}
.AnyTagClassName
{
color: #DCFA68;
}
</style>
background-color css
<style>
a { background-color: #DCFA68; }
a { background-color: rgb(220,250,104); }
div.DivClassName
{
background-color: #DCFA68;
}
.BgClassName
{
background-color: #DCFA68;
}
</style>
border-color css
<style>
span { border-color: #DCFA68; }
span { border-color: rgb(220,250,104); }
td.TdClassName
{
border-color: #DCFA68;
}
.TagClassName
{
border-color: #DCFA68;
}
</style>