Shades of Mindaro #DEFC7B
Tints of Mindaro #DEFC7B
RGB
CMYK
RGB Variations
Color information
#DEFC7B (or 0xDEFC7B) is known color: Mindaro. HEX triplet: DE, FC and 7B. RGB value is (222,252,123). Sum of RGB (Red+Green+Blue) = 222+252+123=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 123 (48.44% from 255 or 20.60% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFC7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFC7B is #210384. Grayscale: #E4E4E4. Windows color (decimal): -2163589 or 8125662. OLE color: 8125662.
HSL color Cylindrical-coordinate representation of color #DEFC7B: hue angle of 73.95º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DEFC7B is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 252 | 123 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.01 |
| HSL | 73.95º | 0.96% | 0.74% | - |
| HSV(B) | 73.95º | 0.51% | 0.99% | - |
| XYZ | 68.51 | 86.58 | 31.84 | - |
| YUV | 228.32 | 68.56 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 252 | 123 | 0.12 | 0 | 0.51 | 0.01 | 73.95 | 0.96 | 0.74 |
| Hex | DE | FC | 7B | C | 0 | 33 | 1 | 4A | 60 | 4A |
| Octal | 336 | 374 | 173 | 14 | 0 | 63 | 1 | 112 | 140 | 112 |
| Binary | 11011110 | 11111100 | 1111011 | 1100 | 0 | 110011 | 1 | 1001010 | 1100000 | 1001010 |
Color Harmonies of #DEFC7B
Complementary color
Monochromatic Colors of #DEFC7B
Black with #DEFC7B
Text Example
Text Example
White with #DEFC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFC7B; }
p { color: rgb(222,252,123); }
H1.HeaderClassName
{
color: #DEFC7B;
}
.AnyTagClassName
{
color: #DEFC7B;
}
</style>
background-color css
<style>
a { background-color: #DEFC7B; }
a { background-color: rgb(222,252,123); }
div.DivClassName
{
background-color: #DEFC7B;
}
.BgClassName
{
background-color: #DEFC7B;
}
</style>
border-color css
<style>
span { border-color: #DEFC7B; }
span { border-color: rgb(222,252,123); }
td.TdClassName
{
border-color: #DEFC7B;
}
.TagClassName
{
border-color: #DEFC7B;
}
</style>