#D6E141

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

Shades of Bitter Lemon #D6E141

Tints of Bitter Lemon #D6E141

Color information

#D6E141 (or 0xD6E141) is unknown color: approx Bitter Lemon. HEX triplet: D6, E1 and 41. RGB value is (214,225,65). Sum of RGB (Red+Green+Blue) = 214+225+65=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 65 (25.78% from 255 or 12.90% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E141 is #291EBE. Grayscale: #CCCCCC. Windows color (decimal): -2694847 or 4317654. OLE color: 4317654.

HSL color Cylindrical-coordinate representation of color #D6E141: hue angle of 64.12º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6E141 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB21422565-
CMYK0.0500.710.12
HSL64.12º72.73%56.86%-
HSV(B)64.12º71.11%88.24%-
XYZ55.6168.5315.3-
YUV203.4749.86135.51-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.46%
GREEN value IS 225 (88.28% from 255) = 44.64%
BLUE value IS 65 (25.78% from 255) = 12.90%
R=42.46%
G=44.64%
B=12.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal214225650.0500.710.1264.1272.7356.86
HexD6E1415047C404939
Octal326341101501071410011171
Binary1101011011100001100000110101000111110010000001001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E141; }

 p { color: rgb(214,225,65); }

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

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

 a { background-color: rgb(214,225,65); }

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

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

 span { border-color: rgb(214,225,65); }

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