Shades of Mindaro #DCF375
Tints of Mindaro #DCF375
RGB
CMYK
RGB Variations
Color information
#DCF375 (or 0xDCF375) is known color: Mindaro. HEX triplet: DC, F3 and 75. RGB value is (220,243,117). Sum of RGB (Red+Green+Blue) = 220+243+117=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 243 (95.31% from 255 or 41.90% from 580); Blue value is 117 (46.09% from 255 or 20.17% from 580); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF375 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF375 is #230C8A. Grayscale: #DEDEDE. Windows color (decimal): -2296971 or 7730140. OLE color: 7730140.
HSL color Cylindrical-coordinate representation of color #DCF375: hue angle of 70.95º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCF375 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 117 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.05 |
| HSL | 70.95º | 0.84% | 0.71% | - |
| HSV(B) | 70.95º | 0.52% | 0.95% | - |
| XYZ | 64.78 | 80.6 | 28.97 | - |
| YUV | 221.76 | 68.88 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 117 | 0.09 | 0 | 0.52 | 0.05 | 70.95 | 0.84 | 0.71 |
| Hex | DC | F3 | 75 | 9 | 0 | 34 | 5 | 47 | 54 | 47 |
| Octal | 334 | 363 | 165 | 11 | 0 | 64 | 5 | 107 | 124 | 107 |
| Binary | 11011100 | 11110011 | 1110101 | 1001 | 0 | 110100 | 101 | 1000111 | 1010100 | 1000111 |
Color Harmonies of #DCF375
Complementary color
Monochromatic Colors of #DCF375
Black with #DCF375
Text Example
Text Example
White with #DCF375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF375; }
p { color: rgb(220,243,117); }
H1.HeaderClassName
{
color: #DCF375;
}
.AnyTagClassName
{
color: #DCF375;
}
</style>
background-color css
<style>
a { background-color: #DCF375; }
a { background-color: rgb(220,243,117); }
div.DivClassName
{
background-color: #DCF375;
}
.BgClassName
{
background-color: #DCF375;
}
</style>
border-color css
<style>
span { border-color: #DCF375; }
span { border-color: rgb(220,243,117); }
td.TdClassName
{
border-color: #DCF375;
}
.TagClassName
{
border-color: #DCF375;
}
</style>