Shades of Mindaro #DCF969
Tints of Mindaro #DCF969
RGB
CMYK
RGB Variations
Color information
#DCF969 (or 0xDCF969) is known color: Mindaro. HEX triplet: DC, F9 and 69. RGB value is (220,249,105). Sum of RGB (Red+Green+Blue) = 220+249+105=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 249 (97.66% from 255 or 43.38% from 574); Blue value is 105 (41.41% from 255 or 18.29% from 574); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF969 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF969 is #230696. Grayscale: #E0E0E0. Windows color (decimal): -2295447 or 6945244. OLE color: 6945244.
HSL color Cylindrical-coordinate representation of color #DCF969: hue angle of 72.08º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCF969 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 105 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.02 |
| HSL | 72.08º | 0.92% | 0.69% | - |
| HSV(B) | 72.08º | 0.58% | 0.98% | - |
| XYZ | 65.94 | 83.99 | 26.1 | - |
| YUV | 223.91 | 60.89 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 105 | 0.12 | 0 | 0.58 | 0.02 | 72.08 | 0.92 | 0.69 |
| Hex | DC | F9 | 69 | C | 0 | 3A | 2 | 48 | 5C | 45 |
| Octal | 334 | 371 | 151 | 14 | 0 | 72 | 2 | 110 | 134 | 105 |
| Binary | 11011100 | 11111001 | 1101001 | 1100 | 0 | 111010 | 10 | 1001000 | 1011100 | 1000101 |
Color Harmonies of #DCF969
Complementary color
Monochromatic Colors of #DCF969
Black with #DCF969
Text Example
Text Example
White with #DCF969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF969; }
p { color: rgb(220,249,105); }
H1.HeaderClassName
{
color: #DCF969;
}
.AnyTagClassName
{
color: #DCF969;
}
</style>
background-color css
<style>
a { background-color: #DCF969; }
a { background-color: rgb(220,249,105); }
div.DivClassName
{
background-color: #DCF969;
}
.BgClassName
{
background-color: #DCF969;
}
</style>
border-color css
<style>
span { border-color: #DCF969; }
span { border-color: rgb(220,249,105); }
td.TdClassName
{
border-color: #DCF969;
}
.TagClassName
{
border-color: #DCF969;
}
</style>