#D0DE36

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

Shades of Bitter Lemon #D0DE36

Tints of Bitter Lemon #D0DE36

Color information

#D0DE36 (or 0xD0DE36) is unknown color: approx Bitter Lemon. HEX triplet: D0, DE and 36. RGB value is (208,222,54). Sum of RGB (Red+Green+Blue) = 208+222+54=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 54 (21.48% from 255 or 11.16% from 484); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DE36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DE36 is #2F21C9. Grayscale: #C7C7C7. Windows color (decimal): -3088842 or 3595984. OLE color: 3595984.

HSL color Cylindrical-coordinate representation of color #D0DE36: hue angle of 65º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0DE36 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB20822254-
CMYK0.0600.760.13
HSL65º71.79%54.12%-
HSV(B)65º75.68%87.06%-
XYZ52.865.9213.43-
YUV198.6646.36134.66-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.98%
GREEN value IS 222 (87.11% from 255) = 45.87%
BLUE value IS 54 (21.48% from 255) = 11.16%
R=42.98%
G=45.87%
B=11.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal208222540.0600.760.136571.7954.12
HexD0DE36604CD414836
Octal32033666601141510111066
Binary110100001101111011011011001001100110110000011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DE36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DE36; }

 p { color: rgb(208,222,54); }

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

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

 a { background-color: rgb(208,222,54); }

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

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

 span { border-color: rgb(208,222,54); }

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