Shades of Mindaro #DCF465
Tints of Mindaro #DCF465
RGB
CMYK
RGB Variations
Color information
#DCF465 (or 0xDCF465) is known color: Mindaro. HEX triplet: DC, F4 and 65. RGB value is (220,244,101). Sum of RGB (Red+Green+Blue) = 220+244+101=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 244 (95.70% from 255 or 43.19% from 565); Blue value is 101 (39.84% from 255 or 17.88% from 565); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF465 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF465 is #230B9A. Grayscale: #DDDDDD. Windows color (decimal): -2296731 or 6681820. OLE color: 6681820.
HSL color Cylindrical-coordinate representation of color #DCF465: hue angle of 70.07º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCF465 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 101 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.04 |
| HSL | 70.07º | 0.87% | 0.68% | - |
| HSV(B) | 70.07º | 0.59% | 0.96% | - |
| XYZ | 64.21 | 80.86 | 24.53 | - |
| YUV | 220.52 | 60.55 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 101 | 0.10 | 0 | 0.59 | 0.04 | 70.07 | 0.87 | 0.68 |
| Hex | DC | F4 | 65 | A | 0 | 3B | 4 | 46 | 57 | 44 |
| Octal | 334 | 364 | 145 | 12 | 0 | 73 | 4 | 106 | 127 | 104 |
| Binary | 11011100 | 11110100 | 1100101 | 1010 | 0 | 111011 | 100 | 1000110 | 1010111 | 1000100 |
Color Harmonies of #DCF465
Complementary color
Monochromatic Colors of #DCF465
Black with #DCF465
Text Example
Text Example
White with #DCF465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF465; }
p { color: rgb(220,244,101); }
H1.HeaderClassName
{
color: #DCF465;
}
.AnyTagClassName
{
color: #DCF465;
}
</style>
background-color css
<style>
a { background-color: #DCF465; }
a { background-color: rgb(220,244,101); }
div.DivClassName
{
background-color: #DCF465;
}
.BgClassName
{
background-color: #DCF465;
}
</style>
border-color css
<style>
span { border-color: #DCF465; }
span { border-color: rgb(220,244,101); }
td.TdClassName
{
border-color: #DCF465;
}
.TagClassName
{
border-color: #DCF465;
}
</style>