Shades of Mindaro #DEF27B
Tints of Mindaro #DEF27B
RGB
CMYK
RGB Variations
Color information
#DEF27B (or 0xDEF27B) is known color: Mindaro. HEX triplet: DE, F2 and 7B. RGB value is (222,242,123). Sum of RGB (Red+Green+Blue) = 222+242+123=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 123 (48.44% from 255 or 20.95% from 587); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF27B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF27B is #210D84. Grayscale: #DEDEDE. Windows color (decimal): -2166149 or 8123102. OLE color: 8123102.
HSL color Cylindrical-coordinate representation of color #DEF27B: hue angle of 70.08º 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 #DEF27B is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 123 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.05 |
| HSL | 70.08º | 0.82% | 0.72% | - |
| HSV(B) | 70.08º | 0.49% | 0.95% | - |
| XYZ | 65.45 | 80.46 | 30.82 | - |
| YUV | 222.45 | 71.87 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 123 | 0.08 | 0 | 0.49 | 0.05 | 70.08 | 0.82 | 0.72 |
| Hex | DE | F2 | 7B | 8 | 0 | 31 | 5 | 46 | 52 | 48 |
| Octal | 336 | 362 | 173 | 10 | 0 | 61 | 5 | 106 | 122 | 110 |
| Binary | 11011110 | 11110010 | 1111011 | 1000 | 0 | 110001 | 101 | 1000110 | 1010010 | 1001000 |
Color Harmonies of #DEF27B
Complementary color
Monochromatic Colors of #DEF27B
Black with #DEF27B
Text Example
Text Example
White with #DEF27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF27B; }
p { color: rgb(222,242,123); }
H1.HeaderClassName
{
color: #DEF27B;
}
.AnyTagClassName
{
color: #DEF27B;
}
</style>
background-color css
<style>
a { background-color: #DEF27B; }
a { background-color: rgb(222,242,123); }
div.DivClassName
{
background-color: #DEF27B;
}
.BgClassName
{
background-color: #DEF27B;
}
</style>
border-color css
<style>
span { border-color: #DEF27B; }
span { border-color: rgb(222,242,123); }
td.TdClassName
{
border-color: #DEF27B;
}
.TagClassName
{
border-color: #DEF27B;
}
</style>