Shades of Mindaro #DCF372
Tints of Mindaro #DCF372
RGB
CMYK
RGB Variations
Color information
#DCF372 (or 0xDCF372) is known color: Mindaro. HEX triplet: DC, F3 and 72. RGB value is (220,243,114). Sum of RGB (Red+Green+Blue) = 220+243+114=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 243 (95.31% from 255 or 42.11% from 577); Blue value is 114 (44.92% from 255 or 19.76% from 577); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF372 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF372 is #230C8D. Grayscale: #DDDDDD. Windows color (decimal): -2296974 or 7533532. OLE color: 7533532.
HSL color Cylindrical-coordinate representation of color #DCF372: hue angle of 70.7º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCF372 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 114 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.05 |
| HSL | 70.7º | 0.84% | 0.7% | - |
| HSV(B) | 70.7º | 0.53% | 0.95% | - |
| XYZ | 64.6 | 80.53 | 28.06 | - |
| YUV | 221.42 | 67.38 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 114 | 0.09 | 0 | 0.53 | 0.05 | 70.7 | 0.84 | 0.7 |
| Hex | DC | F3 | 72 | 9 | 0 | 35 | 5 | 47 | 54 | 46 |
| Octal | 334 | 363 | 162 | 11 | 0 | 65 | 5 | 107 | 124 | 106 |
| Binary | 11011100 | 11110011 | 1110010 | 1001 | 0 | 110101 | 101 | 1000111 | 1010100 | 1000110 |
Color Harmonies of #DCF372
Complementary color
Monochromatic Colors of #DCF372
Black with #DCF372
Text Example
Text Example
White with #DCF372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF372; }
p { color: rgb(220,243,114); }
H1.HeaderClassName
{
color: #DCF372;
}
.AnyTagClassName
{
color: #DCF372;
}
</style>
background-color css
<style>
a { background-color: #DCF372; }
a { background-color: rgb(220,243,114); }
div.DivClassName
{
background-color: #DCF372;
}
.BgClassName
{
background-color: #DCF372;
}
</style>
border-color css
<style>
span { border-color: #DCF372; }
span { border-color: rgb(220,243,114); }
td.TdClassName
{
border-color: #DCF372;
}
.TagClassName
{
border-color: #DCF372;
}
</style>