#D6E13E

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

Shades of Bitter Lemon #D6E13E

Tints of Bitter Lemon #D6E13E

Color information

#D6E13E (or 0xD6E13E) is unknown color: approx Bitter Lemon. HEX triplet: D6, E1 and 3E. RGB value is (214,225,62). Sum of RGB (Red+Green+Blue) = 214+225+62=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 225 (88.28% from 255 or 44.91% from 501); Blue value is 62 (24.61% from 255 or 12.38% from 501); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E13E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E13E is #291EC1. Grayscale: #CBCBCB. Windows color (decimal): -2694850 or 4121046. OLE color: 4121046.

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

Color convert

RGB21422562-
CMYK0.0500.720.12
HSL64.05º73.09%56.27%-
HSV(B)64.05º72.44%88.24%-
XYZ55.5368.4914.85-
YUV203.1348.36135.75-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.71%
GREEN value IS 225 (88.28% from 255) = 44.91%
BLUE value IS 62 (24.61% from 255) = 12.38%
R=42.71%
G=44.91%
B=12.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal214225620.0500.720.1264.0573.0956.27
HexD6E13E5048C404938
Octal32634176501101410011170
Binary110101101110000111111010101001000110010000001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E13E; }

 p { color: rgb(214,225,62); }

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

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

 a { background-color: rgb(214,225,62); }

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

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

 span { border-color: rgb(214,225,62); }

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