Shades of Mindaro #DEFF7B
Tints of Mindaro #DEFF7B
RGB
CMYK
RGB Variations
Color information
#DEFF7B (or 0xDEFF7B) is known color: Mindaro. HEX triplet: DE, FF and 7B. RGB value is (222,255,123). Sum of RGB (Red+Green+Blue) = 222+255+123=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 123 (48.44% from 255 or 20.5% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFF7B is #210084. Grayscale: #E6E6E6. Windows color (decimal): -2162821 or 8126430. OLE color: 8126430.
HSL color Cylindrical-coordinate representation of color #DEFF7B: hue angle of 75º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DEFF7B is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 123 | - |
| CMYK | 0.13 | 0 | 0.52 | 0 |
| HSL | 75º | 1% | 0.74% | - |
| HSV(B) | 75º | 0.52% | 1% | - |
| XYZ | 69.46 | 88.48 | 32.16 | - |
| YUV | 230.09 | 67.57 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 123 | 0.13 | 0 | 0.52 | 0 | 75 | 1 | 0.74 |
| Hex | DE | FF | 7B | D | 0 | 34 | 0 | 4B | 64 | 4A |
| Octal | 336 | 377 | 173 | 15 | 0 | 64 | 0 | 113 | 144 | 112 |
| Binary | 11011110 | 11111111 | 1111011 | 1101 | 0 | 110100 | 0 | 1001011 | 1100100 | 1001010 |
Color Harmonies of #DEFF7B
Complementary color
Monochromatic Colors of #DEFF7B
Black with #DEFF7B
Text Example
Text Example
White with #DEFF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFF7B; }
p { color: rgb(222,255,123); }
H1.HeaderClassName
{
color: #DEFF7B;
}
.AnyTagClassName
{
color: #DEFF7B;
}
</style>
background-color css
<style>
a { background-color: #DEFF7B; }
a { background-color: rgb(222,255,123); }
div.DivClassName
{
background-color: #DEFF7B;
}
.BgClassName
{
background-color: #DEFF7B;
}
</style>
border-color css
<style>
span { border-color: #DEFF7B; }
span { border-color: rgb(222,255,123); }
td.TdClassName
{
border-color: #DEFF7B;
}
.TagClassName
{
border-color: #DEFF7B;
}
</style>