#d5de42

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

Shades of Bitter Lemon #D5DE42

Tints of Bitter Lemon #D5DE42

Color information

#D5DE42 (or 0xD5DE42) is unknown color: approx Bitter Lemon. HEX triplet: D5, DE and 42. RGB value is (213,222,66). Sum of RGB (Red+Green+Blue) = 213+222+66=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 66 (26.17% from 255 or 13.17% from 501); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DE42 is #2A21BD. Grayscale: #CACACA. Windows color (decimal): -2761150 or 4382421. OLE color: 4382421.

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

Color convert

RGB21322266-
CMYK0.0400.700.13
HSL63.46º70.27%56.47%-
HSV(B)63.46º70.27%87.06%-
XYZ54.5566.7815.17-
YUV201.5251.52136.18-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.51%
GREEN value IS 222 (87.11% from 255) = 44.31%
BLUE value IS 66 (26.17% from 255) = 13.17%
R=42.51%
G=44.31%
B=13.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal213222660.0400.700.1363.4670.2756.47
HexD5DE424046D3f4638
Octal32533610240106157710670
Binary110101011101111010000101000100011011011111111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5de42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5de42; }

 p { color: rgb(213,222,66); }

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

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

 a { background-color: rgb(213,222,66); }

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

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

 span { border-color: rgb(213,222,66); }

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