#D6E035

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

Shades of Bitter Lemon #D6E035

Tints of Bitter Lemon #D6E035

Color information

#D6E035 (or 0xD6E035) is unknown color: approx Bitter Lemon. HEX triplet: D6, E0 and 35. RGB value is (214,224,53). Sum of RGB (Red+Green+Blue) = 214+224+53=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 53 (21.09% from 255 or 10.79% from 491); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E035 is #291FCA. Grayscale: #CACACA. Windows color (decimal): -2695115 or 3530966. OLE color: 3530966.

HSL color Cylindrical-coordinate representation of color #D6E035: hue angle of 63.51º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D6E035 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB21422453-
CMYK0.0400.760.12
HSL63.51º73.39%54.31%-
HSV(B)63.51º76.34%87.84%-
XYZ55.0367.8613.57-
YUV201.5244.19136.9-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.58%
GREEN value IS 224 (87.89% from 255) = 45.62%
BLUE value IS 53 (21.09% from 255) = 10.79%
R=43.58%
G=45.62%
B=10.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal214224530.0400.760.1263.5173.3954.31
HexD6E035404CC404936
Octal32634065401141410011166
Binary110101101110000011010110001001100110010000001001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E035; }

 p { color: rgb(214,224,53); }

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

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

 a { background-color: rgb(214,224,53); }

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

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

 span { border-color: rgb(214,224,53); }

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