Shades of Bitter Lemon #DEDF27
Tints of Bitter Lemon #DEDF27
RGB
CMYK
RGB Variations
Color information
#DEDF27 (or 0xDEDF27) is known color: Bitter Lemon. HEX triplet: DE, DF and 27. RGB value is (222,223,39). Sum of RGB (Red+Green+Blue) = 222+223+39=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 39 (15.62% from 255 or 8.06% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDF27 is #2120D8. Grayscale: #CACACA. Windows color (decimal): -2171097 or 2613214. OLE color: 2613214.
HSL color Cylindrical-coordinate representation of color #DEDF27: hue angle of 60.33º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DEDF27 is Cyan = 0.00, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 39 | - |
| CMYK | 0.00 | 0 | 0.83 | 0.13 |
| HSL | 60.33º | 0.74% | 0.51% | - |
| HSV(B) | 60.33º | 0.83% | 0.87% | - |
| XYZ | 56.88 | 68.45 | 12.13 | - |
| YUV | 201.73 | 36.17 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 39 | 0.00 | 0 | 0.83 | 0.13 | 60.33 | 0.74 | 0.51 |
| Hex | DE | DF | 27 | 0 | 0 | 53 | D | 3C | 4A | 33 |
| Octal | 336 | 337 | 47 | 0 | 0 | 123 | 15 | 74 | 112 | 63 |
| Binary | 11011110 | 11011111 | 100111 | 0 | 0 | 1010011 | 1101 | 111100 | 1001010 | 110011 |
Color Harmonies of #DEDF27
Complementary color
Monochromatic Colors of #DEDF27
Black with #DEDF27
Text Example
Text Example
White with #DEDF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF27; }
p { color: rgb(222,223,39); }
H1.HeaderClassName
{
color: #DEDF27;
}
.AnyTagClassName
{
color: #DEDF27;
}
</style>
background-color css
<style>
a { background-color: #DEDF27; }
a { background-color: rgb(222,223,39); }
div.DivClassName
{
background-color: #DEDF27;
}
.BgClassName
{
background-color: #DEDF27;
}
</style>
border-color css
<style>
span { border-color: #DEDF27; }
span { border-color: rgb(222,223,39); }
td.TdClassName
{
border-color: #DEDF27;
}
.TagClassName
{
border-color: #DEDF27;
}
</style>