#D1DE3E

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

Shades of Bitter Lemon #D1DE3E

Tints of Bitter Lemon #D1DE3E

Color information

#D1DE3E (or 0xD1DE3E) is unknown color: approx Bitter Lemon. HEX triplet: D1, DE and 3E. RGB value is (209,222,62). Sum of RGB (Red+Green+Blue) = 209+222+62=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 222 (87.11% from 255 or 45.03% from 493); Blue value is 62 (24.61% from 255 or 12.58% from 493); Max value from RGB is 222 - color contains mainly: green. Hex color #D1DE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DE3E is #2E21C1. Grayscale: #C8C8C8. Windows color (decimal): -3023298 or 4120273. OLE color: 4120273.

HSL color Cylindrical-coordinate representation of color #D1DE3E: hue angle of 64.88º 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 #D1DE3E is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB20922262-
CMYK0.0600.720.13
HSL64.88º70.8%55.69%-
HSV(B)64.88º72.07%87.06%-
XYZ53.2966.1514.52-
YUV199.8750.19134.51-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.39%
GREEN value IS 222 (87.11% from 255) = 45.03%
BLUE value IS 62 (24.61% from 255) = 12.58%
R=42.39%
G=45.03%
B=12.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal209222620.0600.720.1364.8870.855.69
HexD1DE3E6048D414738
Octal32133676601101510110770
Binary110100011101111011111011001001000110110000011000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DE3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DE3E; }

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

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

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

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

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

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

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

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