#D7DE3E

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

Shades of Bitter Lemon #D7DE3E

Tints of Bitter Lemon #D7DE3E

Color information

#D7DE3E (or 0xD7DE3E) is unknown color: approx Bitter Lemon. HEX triplet: D7, DE and 3E. RGB value is (215,222,62). Sum of RGB (Red+Green+Blue) = 215+222+62=499 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43.09% from 499); Green value is 222 (87.11% from 255 or 44.49% from 499); Blue value is 62 (24.61% from 255 or 12.42% from 499); Max value from RGB is 222 - color contains mainly: green. Hex color #D7DE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7DE3E is #2821C1. Grayscale: #CACACA. Windows color (decimal): -2630082 or 4120279. OLE color: 4120279.

HSL color Cylindrical-coordinate representation of color #D7DE3E: hue angle of 62.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D7DE3E is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB21522262-
CMYK0.0300.720.13
HSL62.62º70.8%55.69%-
HSV(B)62.62º72.07%87.06%-
XYZ55.0267.0414.6-
YUV201.6749.18137.51-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.09%
GREEN value IS 222 (87.11% from 255) = 44.49%
BLUE value IS 62 (24.61% from 255) = 12.42%
R=43.09%
G=44.49%
B=12.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal215222620.0300.720.1362.6270.855.69
HexD7DE3E3048D3f4738
Octal3273367630110157710770
Binary1101011111011110111110110100100011011111111000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DE3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DE3E; }

 p { color: rgb(215,222,62); }

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

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

 a { background-color: rgb(215,222,62); }

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

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

 span { border-color: rgb(215,222,62); }

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