#D0DE35

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

Shades of Bitter Lemon #D0DE35

Tints of Bitter Lemon #D0DE35

Color information

#D0DE35 (or 0xD0DE35) is unknown color: approx Bitter Lemon. HEX triplet: D0, DE and 35. RGB value is (208,222,53). Sum of RGB (Red+Green+Blue) = 208+222+53=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 222 (87.11% from 255 or 45.96% from 483); Blue value is 53 (21.09% from 255 or 10.97% from 483); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DE35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DE35 is #2F21CA. Grayscale: #C7C7C7. Windows color (decimal): -3088843 or 3530448. OLE color: 3530448.

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

Color convert

RGB20822253-
CMYK0.0600.760.13
HSL64.97º71.91%53.92%-
HSV(B)64.97º76.13%87.06%-
XYZ52.7865.9113.31-
YUV198.5545.86134.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.06%
GREEN value IS 222 (87.11% from 255) = 45.96%
BLUE value IS 53 (21.09% from 255) = 10.97%
R=43.06%
G=45.96%
B=10.97%

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
Decimal208222530.0600.760.1364.9771.9153.92
HexD0DE35604CD414836
Octal32033665601141510111066
Binary110100001101111011010111001001100110110000011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DE35; }

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

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

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

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

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

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

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

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