#d3de41

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

Shades of Bitter Lemon #D3DE41

Tints of Bitter Lemon #D3DE41

Color information

#D3DE41 (or 0xD3DE41) is unknown color: approx Bitter Lemon. HEX triplet: D3, DE and 41. RGB value is (211,222,65). Sum of RGB (Red+Green+Blue) = 211+222+65=498 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.37% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 65 (25.78% from 255 or 13.05% from 498); Max value from RGB is 222 - color contains mainly: green. Hex color #D3DE41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DE41 is #2C21BE. Grayscale: #C9C9C9. Windows color (decimal): -2892223 or 4316883. OLE color: 4316883.

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

Color convert

RGB21122265-
CMYK0.0500.710.13
HSL64.2º70.4%56.27%-
HSV(B)64.2º70.72%87.06%-
XYZ53.9466.4714.99-
YUV200.8151.36135.27-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.37%
GREEN value IS 222 (87.11% from 255) = 44.58%
BLUE value IS 65 (25.78% from 255) = 13.05%
R=42.37%
G=44.58%
B=13.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal211222650.0500.710.1364.270.456.27
HexD3DE415047D404638
Octal323336101501071510010670
Binary1101001111011110100000110101000111110110000001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3de41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3de41; }

 p { color: rgb(211,222,65); }

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

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

 a { background-color: rgb(211,222,65); }

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

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

 span { border-color: rgb(211,222,65); }

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