Shades of Mindaro #DEF37B
Tints of Mindaro #DEF37B
RGB
CMYK
RGB Variations
Color information
#DEF37B (or 0xDEF37B) is known color: Mindaro. HEX triplet: DE, F3 and 7B. RGB value is (222,243,123). Sum of RGB (Red+Green+Blue) = 222+243+123=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 243 (95.31% from 255 or 41.33% from 588); Blue value is 123 (48.44% from 255 or 20.92% from 588); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF37B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF37B is #210C84. Grayscale: #DFDFDF. Windows color (decimal): -2165893 or 8123358. OLE color: 8123358.
HSL color Cylindrical-coordinate representation of color #DEF37B: hue angle of 70.5º degrees, saturation: 0.83, 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 #DEF37B is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 243 | 123 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.05 |
| HSL | 70.5º | 0.83% | 0.72% | - |
| HSV(B) | 70.5º | 0.49% | 0.95% | - |
| XYZ | 65.75 | 81.06 | 30.92 | - |
| YUV | 223.04 | 71.54 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 243 | 123 | 0.09 | 0 | 0.49 | 0.05 | 70.5 | 0.83 | 0.72 |
| Hex | DE | F3 | 7B | 9 | 0 | 31 | 5 | 46 | 53 | 48 |
| Octal | 336 | 363 | 173 | 11 | 0 | 61 | 5 | 106 | 123 | 110 |
| Binary | 11011110 | 11110011 | 1111011 | 1001 | 0 | 110001 | 101 | 1000110 | 1010011 | 1001000 |
Color Harmonies of #DEF37B
Complementary color
Monochromatic Colors of #DEF37B
Black with #DEF37B
Text Example
Text Example
White with #DEF37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF37B; }
p { color: rgb(222,243,123); }
H1.HeaderClassName
{
color: #DEF37B;
}
.AnyTagClassName
{
color: #DEF37B;
}
</style>
background-color css
<style>
a { background-color: #DEF37B; }
a { background-color: rgb(222,243,123); }
div.DivClassName
{
background-color: #DEF37B;
}
.BgClassName
{
background-color: #DEF37B;
}
</style>
border-color css
<style>
span { border-color: #DEF37B; }
span { border-color: rgb(222,243,123); }
td.TdClassName
{
border-color: #DEF37B;
}
.TagClassName
{
border-color: #DEF37B;
}
</style>