Shades of Mindaro #DCF265
Tints of Mindaro #DCF265
RGB
CMYK
RGB Variations
Color information
#DCF265 (or 0xDCF265) is known color: Mindaro. HEX triplet: DC, F2 and 65. RGB value is (220,242,101). Sum of RGB (Red+Green+Blue) = 220+242+101=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 101 (39.84% from 255 or 17.94% from 563); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF265 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF265 is #230D9A. Grayscale: #DBDBDB. Windows color (decimal): -2297243 or 6681308. OLE color: 6681308.
HSL color Cylindrical-coordinate representation of color #DCF265: hue angle of 69.36º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCF265 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 101 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.05 |
| HSL | 69.36º | 0.84% | 0.67% | - |
| HSV(B) | 69.36º | 0.58% | 0.95% | - |
| XYZ | 63.62 | 79.66 | 24.33 | - |
| YUV | 219.35 | 61.21 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 101 | 0.09 | 0 | 0.58 | 0.05 | 69.36 | 0.84 | 0.67 |
| Hex | DC | F2 | 65 | 9 | 0 | 3A | 5 | 45 | 54 | 43 |
| Octal | 334 | 362 | 145 | 11 | 0 | 72 | 5 | 105 | 124 | 103 |
| Binary | 11011100 | 11110010 | 1100101 | 1001 | 0 | 111010 | 101 | 1000101 | 1010100 | 1000011 |
Color Harmonies of #DCF265
Complementary color
Monochromatic Colors of #DCF265
Black with #DCF265
Text Example
Text Example
White with #DCF265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF265; }
p { color: rgb(220,242,101); }
H1.HeaderClassName
{
color: #DCF265;
}
.AnyTagClassName
{
color: #DCF265;
}
</style>
background-color css
<style>
a { background-color: #DCF265; }
a { background-color: rgb(220,242,101); }
div.DivClassName
{
background-color: #DCF265;
}
.BgClassName
{
background-color: #DCF265;
}
</style>
border-color css
<style>
span { border-color: #DCF265; }
span { border-color: rgb(220,242,101); }
td.TdClassName
{
border-color: #DCF265;
}
.TagClassName
{
border-color: #DCF265;
}
</style>