#D4E149

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

Shades of Bitter Lemon #D4E149

Tints of Bitter Lemon #D4E149

Color information

#D4E149 (or 0xD4E149) is unknown color: approx Bitter Lemon. HEX triplet: D4, E1 and 49. RGB value is (212,225,73). Sum of RGB (Red+Green+Blue) = 212+225+73=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 225 (88.28% from 255 or 44.12% from 510); Blue value is 73 (28.91% from 255 or 14.31% from 510); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E149 is #2B1EB6. Grayscale: #CCCCCC. Windows color (decimal): -2825911 or 4841940. OLE color: 4841940.

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

Color convert

RGB21222573-
CMYK0.0600.680.12
HSL65.13º71.7%58.43%-
HSV(B)65.13º67.56%88.24%-
XYZ55.2868.3316.58-
YUV203.7854.19133.86-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.57%
GREEN value IS 225 (88.28% from 255) = 44.12%
BLUE value IS 73 (28.91% from 255) = 14.31%
R=41.57%
G=44.12%
B=14.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal212225730.0600.680.1265.1371.758.43
HexD4E1496044C41483a
Octal324341111601041410111072
Binary1101010011100001100100111001000100110010000011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E149; }

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

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

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

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

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

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

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

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