#D1DE42

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

Shades of Bitter Lemon #D1DE42

Tints of Bitter Lemon #D1DE42

Color information

#D1DE42 (or 0xD1DE42) is unknown color: approx Bitter Lemon. HEX triplet: D1, DE and 42. RGB value is (209,222,66). Sum of RGB (Red+Green+Blue) = 209+222+66=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 66 (26.17% from 255 or 13.28% from 497); Max value from RGB is 222 - color contains mainly: green. Hex color #D1DE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DE42 is #2E21BD. Grayscale: #C8C8C8. Windows color (decimal): -3023294 or 4382417. OLE color: 4382417.

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

Color convert

RGB20922266-
CMYK0.0600.700.13
HSL65º70.27%56.47%-
HSV(B)65º70.27%87.06%-
XYZ53.466.1915.12-
YUV200.3352.19134.18-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.05%
GREEN value IS 222 (87.11% from 255) = 44.67%
BLUE value IS 66 (26.17% from 255) = 13.28%
R=42.05%
G=44.67%
B=13.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal209222660.0600.700.136570.2756.47
HexD1DE426046D414638
Octal321336102601061510110670
Binary1101000111011110100001011001000110110110000011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DE42; }

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

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

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

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

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

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

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

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