#d4e145

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

Shades of Bitter Lemon #D4E145

Tints of Bitter Lemon #D4E145

Color information

#D4E145 (or 0xD4E145) is unknown color: approx Bitter Lemon. HEX triplet: D4, E1 and 45. RGB value is (212,225,69). Sum of RGB (Red+Green+Blue) = 212+225+69=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 225 (88.28% from 255 or 44.47% from 506); Blue value is 69 (27.34% from 255 or 13.64% from 506); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E145 is #2B1EBA. Grayscale: #CBCBCB. Windows color (decimal): -2825915 or 4579796. OLE color: 4579796.

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

Color convert

RGB21222569-
CMYK0.0600.690.12
HSL65º72.22%57.65%-
HSV(B)65º69.33%88.24%-
XYZ55.1568.2815.9-
YUV203.3352.19134.18-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.90%
GREEN value IS 225 (88.28% from 255) = 44.47%
BLUE value IS 69 (27.34% from 255) = 13.64%
R=41.90%
G=44.47%
B=13.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal212225690.0600.690.126572.2257.65
HexD4E1456045C41483a
Octal324341105601051410111072
Binary1101010011100001100010111001000101110010000011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4e145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4e145; }

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

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

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

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

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

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

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

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