Shades of Mindaro #DCF25F
Tints of Mindaro #DCF25F
RGB
CMYK
RGB Variations
Color information
#DCF25F (or 0xDCF25F) is known color: Mindaro. HEX triplet: DC, F2 and 5F. RGB value is (220,242,95). Sum of RGB (Red+Green+Blue) = 220+242+95=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 242 (94.92% from 255 or 43.45% from 557); Blue value is 95 (37.5% from 255 or 17.06% from 557); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF25F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF25F is #230DA0. Grayscale: #DBDBDB. Windows color (decimal): -2297249 or 6288092. OLE color: 6288092.
HSL color Cylindrical-coordinate representation of color #DCF25F: hue angle of 68.98º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCF25F is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 95 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.05 |
| HSL | 68.98º | 0.85% | 0.66% | - |
| HSV(B) | 68.98º | 0.61% | 0.95% | - |
| XYZ | 63.33 | 79.55 | 22.84 | - |
| YUV | 218.66 | 58.21 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 95 | 0.09 | 0 | 0.61 | 0.05 | 68.98 | 0.85 | 0.66 |
| Hex | DC | F2 | 5F | 9 | 0 | 3D | 5 | 45 | 55 | 42 |
| Octal | 334 | 362 | 137 | 11 | 0 | 75 | 5 | 105 | 125 | 102 |
| Binary | 11011100 | 11110010 | 1011111 | 1001 | 0 | 111101 | 101 | 1000101 | 1010101 | 1000010 |
Color Harmonies of #DCF25F
Complementary color
Monochromatic Colors of #DCF25F
Black with #DCF25F
Text Example
Text Example
White with #DCF25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF25F; }
p { color: rgb(220,242,95); }
H1.HeaderClassName
{
color: #DCF25F;
}
.AnyTagClassName
{
color: #DCF25F;
}
</style>
background-color css
<style>
a { background-color: #DCF25F; }
a { background-color: rgb(220,242,95); }
div.DivClassName
{
background-color: #DCF25F;
}
.BgClassName
{
background-color: #DCF25F;
}
</style>
border-color css
<style>
span { border-color: #DCF25F; }
span { border-color: rgb(220,242,95); }
td.TdClassName
{
border-color: #DCF25F;
}
.TagClassName
{
border-color: #DCF25F;
}
</style>