Shades of Mindaro #DCF95D
Tints of Mindaro #DCF95D
RGB
CMYK
RGB Variations
Color information
#DCF95D (or 0xDCF95D) is known color: Mindaro. HEX triplet: DC, F9 and 5D. RGB value is (220,249,93). Sum of RGB (Red+Green+Blue) = 220+249+93=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 249 (97.66% from 255 or 44.31% from 562); Blue value is 93 (36.72% from 255 or 16.55% from 562); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF95D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF95D is #2306A2. Grayscale: #DFDFDF. Windows color (decimal): -2295459 or 6158812. OLE color: 6158812.
HSL color Cylindrical-coordinate representation of color #DCF95D: hue angle of 71.15º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCF95D is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 93 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.02 |
| HSL | 71.15º | 0.93% | 0.67% | - |
| HSV(B) | 71.15º | 0.63% | 0.98% | - |
| XYZ | 65.37 | 83.76 | 23.08 | - |
| YUV | 222.55 | 54.89 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 93 | 0.12 | 0 | 0.63 | 0.02 | 71.15 | 0.93 | 0.67 |
| Hex | DC | F9 | 5D | C | 0 | 3F | 2 | 47 | 5D | 43 |
| Octal | 334 | 371 | 135 | 14 | 0 | 77 | 2 | 107 | 135 | 103 |
| Binary | 11011100 | 11111001 | 1011101 | 1100 | 0 | 111111 | 10 | 1000111 | 1011101 | 1000011 |
Color Harmonies of #DCF95D
Complementary color
Monochromatic Colors of #DCF95D
Black with #DCF95D
Text Example
Text Example
White with #DCF95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF95D; }
p { color: rgb(220,249,93); }
H1.HeaderClassName
{
color: #DCF95D;
}
.AnyTagClassName
{
color: #DCF95D;
}
</style>
background-color css
<style>
a { background-color: #DCF95D; }
a { background-color: rgb(220,249,93); }
div.DivClassName
{
background-color: #DCF95D;
}
.BgClassName
{
background-color: #DCF95D;
}
</style>
border-color css
<style>
span { border-color: #DCF95D; }
span { border-color: rgb(220,249,93); }
td.TdClassName
{
border-color: #DCF95D;
}
.TagClassName
{
border-color: #DCF95D;
}
</style>