Shades of Bitter Lemon #DEE127
Tints of Bitter Lemon #DEE127
RGB
CMYK
RGB Variations
Color information
#DEE127 (or 0xDEE127) is known color: Bitter Lemon. HEX triplet: DE, E1 and 27. RGB value is (222,225,39). Sum of RGB (Red+Green+Blue) = 222+225+39=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 39 (15.62% from 255 or 8.02% from 486); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE127 is #211ED8. Grayscale: #CBCBCB. Windows color (decimal): -2170585 or 2613726. OLE color: 2613726.
HSL color Cylindrical-coordinate representation of color #DEE127: hue angle of 60.97º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DEE127 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 39 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.12 |
| HSL | 60.97º | 0.76% | 0.52% | - |
| HSV(B) | 60.97º | 0.83% | 0.88% | - |
| XYZ | 57.42 | 69.53 | 12.31 | - |
| YUV | 202.9 | 35.51 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 39 | 0.01 | 0 | 0.83 | 0.12 | 60.97 | 0.76 | 0.52 |
| Hex | DE | E1 | 27 | 1 | 0 | 53 | C | 3D | 4C | 34 |
| Octal | 336 | 341 | 47 | 1 | 0 | 123 | 14 | 75 | 114 | 64 |
| Binary | 11011110 | 11100001 | 100111 | 1 | 0 | 1010011 | 1100 | 111101 | 1001100 | 110100 |
Color Harmonies of #DEE127
Complementary color
Monochromatic Colors of #DEE127
Black with #DEE127
Text Example
Text Example
White with #DEE127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE127; }
p { color: rgb(222,225,39); }
H1.HeaderClassName
{
color: #DEE127;
}
.AnyTagClassName
{
color: #DEE127;
}
</style>
background-color css
<style>
a { background-color: #DEE127; }
a { background-color: rgb(222,225,39); }
div.DivClassName
{
background-color: #DEE127;
}
.BgClassName
{
background-color: #DEE127;
}
</style>
border-color css
<style>
span { border-color: #DEE127; }
span { border-color: rgb(222,225,39); }
td.TdClassName
{
border-color: #DEE127;
}
.TagClassName
{
border-color: #DEE127;
}
</style>