Shades of Mindaro #DCF95C
Tints of Mindaro #DCF95C
RGB
CMYK
RGB Variations
Color information
#DCF95C (or 0xDCF95C) is known color: Mindaro. HEX triplet: DC, F9 and 5C. RGB value is (220,249,92). Sum of RGB (Red+Green+Blue) = 220+249+92=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 249 (97.66% from 255 or 44.39% from 561); Blue value is 92 (36.33% from 255 or 16.40% from 561); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF95C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF95C is #2306A3. Grayscale: #DFDFDF. Windows color (decimal): -2295460 or 6093276. OLE color: 6093276.
HSL color Cylindrical-coordinate representation of color #DCF95C: hue angle of 71.08º 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 #DCF95C is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 92 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.02 |
| HSL | 71.08º | 0.93% | 0.67% | - |
| HSV(B) | 71.08º | 0.63% | 0.98% | - |
| XYZ | 65.32 | 83.74 | 22.85 | - |
| YUV | 222.43 | 54.39 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 92 | 0.12 | 0 | 0.63 | 0.02 | 71.08 | 0.93 | 0.67 |
| Hex | DC | F9 | 5C | C | 0 | 3F | 2 | 47 | 5D | 43 |
| Octal | 334 | 371 | 134 | 14 | 0 | 77 | 2 | 107 | 135 | 103 |
| Binary | 11011100 | 11111001 | 1011100 | 1100 | 0 | 111111 | 10 | 1000111 | 1011101 | 1000011 |
Color Harmonies of #DCF95C
Complementary color
Monochromatic Colors of #DCF95C
Black with #DCF95C
Text Example
Text Example
White with #DCF95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF95C; }
p { color: rgb(220,249,92); }
H1.HeaderClassName
{
color: #DCF95C;
}
.AnyTagClassName
{
color: #DCF95C;
}
</style>
background-color css
<style>
a { background-color: #DCF95C; }
a { background-color: rgb(220,249,92); }
div.DivClassName
{
background-color: #DCF95C;
}
.BgClassName
{
background-color: #DCF95C;
}
</style>
border-color css
<style>
span { border-color: #DCF95C; }
span { border-color: rgb(220,249,92); }
td.TdClassName
{
border-color: #DCF95C;
}
.TagClassName
{
border-color: #DCF95C;
}
</style>