#D0DD40

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

Shades of Bitter Lemon #D0DD40

Tints of Bitter Lemon #D0DD40

Color information

#D0DD40 (or 0xD0DD40) is unknown color: approx Bitter Lemon. HEX triplet: D0, DD and 40. RGB value is (208,221,64). Sum of RGB (Red+Green+Blue) = 208+221+64=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 64 (25.39% from 255 or 12.98% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DD40 is #2F22BF. Grayscale: #C7C7C7. Windows color (decimal): -3089088 or 4251088. OLE color: 4251088.

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

Color convert

RGB20822164-
CMYK0.0600.710.13
HSL64.97º69.78%55.88%-
HSV(B)64.97º71.04%86.67%-
XYZ52.7965.4914.71-
YUV199.2251.69134.27-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.19%
GREEN value IS 221 (86.72% from 255) = 44.83%
BLUE value IS 64 (25.39% from 255) = 12.98%
R=42.19%
G=44.83%
B=12.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal208221640.0600.710.1364.9769.7855.88
HexD0DD406047D414638
Octal320335100601071510110670
Binary1101000011011101100000011001000111110110000011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DD40; }

 p { color: rgb(208,221,64); }

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

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

 a { background-color: rgb(208,221,64); }

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

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

 span { border-color: rgb(208,221,64); }

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