#D4E144

Color #D4E144 Bitter Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter Lemon #D4E144

Tints of Bitter Lemon #D4E144

Color information

#D4E144 (or 0xD4E144) is unknown color: approx Bitter Lemon. HEX triplet: D4, E1 and 44. RGB value is (212,225,68). Sum of RGB (Red+Green+Blue) = 212+225+68=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 68 (26.95% from 255 or 13.47% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E144 is #2B1EBB. Grayscale: #CBCBCB. Windows color (decimal): -2825916 or 4514260. OLE color: 4514260.

HSL color Cylindrical-coordinate representation of color #D4E144: hue angle of 64.97º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4E144 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB21222568-
CMYK0.0600.700.12
HSL64.97º72.35%57.45%-
HSV(B)64.97º69.78%88.24%-
XYZ55.1268.2615.74-
YUV203.2251.69134.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 41.98%
GREEN value IS 225 (88.28% from 255) = 44.55%
BLUE value IS 68 (26.95% from 255) = 13.47%
R=41.98%
G=44.55%
B=13.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal212225680.0600.700.1264.9772.3557.45
HexD4E1446046C414839
Octal324341104601061410111071
Binary1101010011100001100010011001000110110010000011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E144; }

 p { color: rgb(212,225,68); }

 H1.HeaderClassName
 {
   color: #D4E144;
 }
 .AnyTagClassName
 {
   color: #D4E144;
 }
</style>
background-color css

<style>
 a { background-color: #D4E144; }

 a { background-color: rgb(212,225,68); }

 div.DivClassName
 {
   background-color: #D4E144;
 }
 .BgClassName
 {
   background-color: #D4E144;
 }
</style>
border-color css

<style>
 span { border-color: #D4E144; }

 span { border-color: rgb(212,225,68); }

 td.TdClassName
 {
   border-color: #D4E144;
 }
 .TagClassName
 {
   border-color: #D4E144;
 }
</style>