Shades of Mindaro #DCEF7B
Tints of Mindaro #DCEF7B
RGB
CMYK
RGB Variations
Color information
#DCEF7B (or 0xDCEF7B) is known color: Mindaro. HEX triplet: DC, EF and 7B. RGB value is (220,239,123). Sum of RGB (Red+Green+Blue) = 220+239+123=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 239 (93.75% from 255 or 41.07% from 582); Blue value is 123 (48.44% from 255 or 21.13% from 582); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEF7B is #231084. Grayscale: #DCDCDC. Windows color (decimal): -2297989 or 8122332. OLE color: 8122332.
HSL color Cylindrical-coordinate representation of color #DCEF7B: hue angle of 69.83º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCEF7B is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 123 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.06 |
| HSL | 69.83º | 0.78% | 0.71% | - |
| HSV(B) | 69.83º | 0.49% | 0.94% | - |
| XYZ | 63.96 | 78.38 | 30.5 | - |
| YUV | 220.1 | 73.21 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 123 | 0.08 | 0 | 0.49 | 0.06 | 69.83 | 0.78 | 0.71 |
| Hex | DC | EF | 7B | 8 | 0 | 31 | 6 | 46 | 4E | 47 |
| Octal | 334 | 357 | 173 | 10 | 0 | 61 | 6 | 106 | 116 | 107 |
| Binary | 11011100 | 11101111 | 1111011 | 1000 | 0 | 110001 | 110 | 1000110 | 1001110 | 1000111 |
Color Harmonies of #DCEF7B
Complementary color
Monochromatic Colors of #DCEF7B
Black with #DCEF7B
Text Example
Text Example
White with #DCEF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEF7B; }
p { color: rgb(220,239,123); }
H1.HeaderClassName
{
color: #DCEF7B;
}
.AnyTagClassName
{
color: #DCEF7B;
}
</style>
background-color css
<style>
a { background-color: #DCEF7B; }
a { background-color: rgb(220,239,123); }
div.DivClassName
{
background-color: #DCEF7B;
}
.BgClassName
{
background-color: #DCEF7B;
}
</style>
border-color css
<style>
span { border-color: #DCEF7B; }
span { border-color: rgb(220,239,123); }
td.TdClassName
{
border-color: #DCEF7B;
}
.TagClassName
{
border-color: #DCEF7B;
}
</style>