Shades of Mindaro #DCF05F
Tints of Mindaro #DCF05F
RGB
CMYK
RGB Variations
Color information
#DCF05F (or 0xDCF05F) is known color: Mindaro. HEX triplet: DC, F0 and 5F. RGB value is (220,240,95). Sum of RGB (Red+Green+Blue) = 220+240+95=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 240 (94.14% from 255 or 43.24% from 555); Blue value is 95 (37.5% from 255 or 17.12% from 555); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF05F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF05F is #230FA0. Grayscale: #DADADA. Windows color (decimal): -2297761 or 6287580. OLE color: 6287580.
HSL color Cylindrical-coordinate representation of color #DCF05F: hue angle of 68.28º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCF05F is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 95 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.06 |
| HSL | 68.28º | 0.83% | 0.66% | - |
| HSV(B) | 68.28º | 0.6% | 0.94% | - |
| XYZ | 62.74 | 78.36 | 22.65 | - |
| YUV | 217.49 | 58.87 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 95 | 0.08 | 0 | 0.60 | 0.06 | 68.28 | 0.83 | 0.66 |
| Hex | DC | F0 | 5F | 8 | 0 | 3C | 6 | 44 | 53 | 42 |
| Octal | 334 | 360 | 137 | 10 | 0 | 74 | 6 | 104 | 123 | 102 |
| Binary | 11011100 | 11110000 | 1011111 | 1000 | 0 | 111100 | 110 | 1000100 | 1010011 | 1000010 |
Color Harmonies of #DCF05F
Complementary color
Monochromatic Colors of #DCF05F
Black with #DCF05F
Text Example
Text Example
White with #DCF05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF05F; }
p { color: rgb(220,240,95); }
H1.HeaderClassName
{
color: #DCF05F;
}
.AnyTagClassName
{
color: #DCF05F;
}
</style>
background-color css
<style>
a { background-color: #DCF05F; }
a { background-color: rgb(220,240,95); }
div.DivClassName
{
background-color: #DCF05F;
}
.BgClassName
{
background-color: #DCF05F;
}
</style>
border-color css
<style>
span { border-color: #DCF05F; }
span { border-color: rgb(220,240,95); }
td.TdClassName
{
border-color: #DCF05F;
}
.TagClassName
{
border-color: #DCF05F;
}
</style>