Shades of Mindaro #DCF27B
Tints of Mindaro #DCF27B
RGB
CMYK
RGB Variations
Color information
#DCF27B (or 0xDCF27B) is known color: Mindaro. HEX triplet: DC, F2 and 7B. RGB value is (220,242,123). Sum of RGB (Red+Green+Blue) = 220+242+123=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 242 (94.92% from 255 or 41.37% from 585); Blue value is 123 (48.44% from 255 or 21.03% from 585); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF27B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF27B is #230D84. Grayscale: #DEDEDE. Windows color (decimal): -2297221 or 8123100. OLE color: 8123100.
HSL color Cylindrical-coordinate representation of color #DCF27B: hue angle of 71.09º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCF27B is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 123 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.05 |
| HSL | 71.09º | 0.82% | 0.72% | - |
| HSV(B) | 71.09º | 0.49% | 0.95% | - |
| XYZ | 64.84 | 80.15 | 30.79 | - |
| YUV | 221.86 | 72.21 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 123 | 0.09 | 0 | 0.49 | 0.05 | 71.09 | 0.82 | 0.72 |
| Hex | DC | F2 | 7B | 9 | 0 | 31 | 5 | 47 | 52 | 48 |
| Octal | 334 | 362 | 173 | 11 | 0 | 61 | 5 | 107 | 122 | 110 |
| Binary | 11011100 | 11110010 | 1111011 | 1001 | 0 | 110001 | 101 | 1000111 | 1010010 | 1001000 |
Color Harmonies of #DCF27B
Complementary color
Monochromatic Colors of #DCF27B
Black with #DCF27B
Text Example
Text Example
White with #DCF27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF27B; }
p { color: rgb(220,242,123); }
H1.HeaderClassName
{
color: #DCF27B;
}
.AnyTagClassName
{
color: #DCF27B;
}
</style>
background-color css
<style>
a { background-color: #DCF27B; }
a { background-color: rgb(220,242,123); }
div.DivClassName
{
background-color: #DCF27B;
}
.BgClassName
{
background-color: #DCF27B;
}
</style>
border-color css
<style>
span { border-color: #DCF27B; }
span { border-color: rgb(220,242,123); }
td.TdClassName
{
border-color: #DCF27B;
}
.TagClassName
{
border-color: #DCF27B;
}
</style>