Shades of Bitter Lemon #DCE132
Tints of Bitter Lemon #DCE132
RGB
CMYK
RGB Variations
Color information
#DCE132 (or 0xDCE132) is known color: Bitter Lemon. HEX triplet: DC, E1 and 32. RGB value is (220,225,50). Sum of RGB (Red+Green+Blue) = 220+225+50=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 50 (19.92% from 255 or 10.10% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE132 is #231ECD. Grayscale: #CCCCCC. Windows color (decimal): -2301646 or 3334620. OLE color: 3334620.
HSL color Cylindrical-coordinate representation of color #DCE132: hue angle of 61.71º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCE132 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 50 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.12 |
| HSL | 61.71º | 0.74% | 0.54% | - |
| HSV(B) | 61.71º | 0.78% | 0.88% | - |
| XYZ | 57.02 | 69.3 | 13.39 | - |
| YUV | 203.56 | 41.34 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 50 | 0.02 | 0 | 0.78 | 0.12 | 61.71 | 0.74 | 0.54 |
| Hex | DC | E1 | 32 | 2 | 0 | 4E | C | 3E | 4A | 36 |
| Octal | 334 | 341 | 62 | 2 | 0 | 116 | 14 | 76 | 112 | 66 |
| Binary | 11011100 | 11100001 | 110010 | 10 | 0 | 1001110 | 1100 | 111110 | 1001010 | 110110 |
Color Harmonies of #DCE132
Complementary color
Monochromatic Colors of #DCE132
Black with #DCE132
Text Example
Text Example
White with #DCE132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE132; }
p { color: rgb(220,225,50); }
H1.HeaderClassName
{
color: #DCE132;
}
.AnyTagClassName
{
color: #DCE132;
}
</style>
background-color css
<style>
a { background-color: #DCE132; }
a { background-color: rgb(220,225,50); }
div.DivClassName
{
background-color: #DCE132;
}
.BgClassName
{
background-color: #DCE132;
}
</style>
border-color css
<style>
span { border-color: #DCE132; }
span { border-color: rgb(220,225,50); }
td.TdClassName
{
border-color: #DCE132;
}
.TagClassName
{
border-color: #DCE132;
}
</style>