Shades of Mindaro #DCF385
Tints of Mindaro #DCF385
RGB
CMYK
RGB Variations
Color information
#DCF385 (or 0xDCF385) is known color: Mindaro. HEX triplet: DC, F3 and 85. RGB value is (220,243,133). Sum of RGB (Red+Green+Blue) = 220+243+133=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 243 (95.31% from 255 or 40.77% from 596); Blue value is 133 (52.34% from 255 or 22.32% from 596); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF385 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF385 is #230C7A. Grayscale: #E0E0E0. Windows color (decimal): -2296955 or 8778716. OLE color: 8778716.
HSL color Cylindrical-coordinate representation of color #DCF385: hue angle of 72.55º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCF385 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 133 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.05 |
| HSL | 72.55º | 0.82% | 0.74% | - |
| HSV(B) | 72.55º | 0.45% | 0.95% | - |
| XYZ | 65.8 | 81.01 | 34.36 | - |
| YUV | 223.58 | 76.88 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 133 | 0.09 | 0 | 0.45 | 0.05 | 72.55 | 0.82 | 0.74 |
| Hex | DC | F3 | 85 | 9 | 0 | 2D | 5 | 49 | 52 | 4A |
| Octal | 334 | 363 | 205 | 11 | 0 | 55 | 5 | 111 | 122 | 112 |
| Binary | 11011100 | 11110011 | 10000101 | 1001 | 0 | 101101 | 101 | 1001001 | 1010010 | 1001010 |
Color Harmonies of #DCF385
Complementary color
Monochromatic Colors of #DCF385
Black with #DCF385
Text Example
Text Example
White with #DCF385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF385; }
p { color: rgb(220,243,133); }
H1.HeaderClassName
{
color: #DCF385;
}
.AnyTagClassName
{
color: #DCF385;
}
</style>
background-color css
<style>
a { background-color: #DCF385; }
a { background-color: rgb(220,243,133); }
div.DivClassName
{
background-color: #DCF385;
}
.BgClassName
{
background-color: #DCF385;
}
</style>
border-color css
<style>
span { border-color: #DCF385; }
span { border-color: rgb(220,243,133); }
td.TdClassName
{
border-color: #DCF385;
}
.TagClassName
{
border-color: #DCF385;
}
</style>