#D5E042

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

Shades of Bitter Lemon #D5E042

Tints of Bitter Lemon #D5E042

Color information

#D5E042 (or 0xD5E042) is unknown color: approx Bitter Lemon. HEX triplet: D5, E0 and 42. RGB value is (213,224,66). Sum of RGB (Red+Green+Blue) = 213+224+66=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 66 (26.17% from 255 or 13.12% from 503); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E042 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E042 is #2A1FBD. Grayscale: #CBCBCB. Windows color (decimal): -2760638 or 4382933. OLE color: 4382933.

HSL color Cylindrical-coordinate representation of color #D5E042: hue angle of 64.18º degrees, saturation: 0.72, 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 #D5E042 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB21322466-
CMYK0.0500.710.12
HSL64.18º71.82%56.86%-
HSV(B)64.18º70.54%87.84%-
XYZ55.0867.8515.35-
YUV202.750.86135.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.35%
GREEN value IS 224 (87.89% from 255) = 44.53%
BLUE value IS 66 (26.17% from 255) = 13.12%
R=42.35%
G=44.53%
B=13.12%

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
Decimal213224660.0500.710.1264.1871.8256.86
HexD5E0425047C404839
Octal325340102501071410011071
Binary1101010111100000100001010101000111110010000001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E042; }

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

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

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

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

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

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

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

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