#D8E13E

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

Shades of Bitter Lemon #D8E13E

Tints of Bitter Lemon #D8E13E

Color information

#D8E13E (or 0xD8E13E) is unknown color: approx Bitter Lemon. HEX triplet: D8, E1 and 3E. RGB value is (216,225,62). Sum of RGB (Red+Green+Blue) = 216+225+62=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 225 (88.28% from 255 or 44.73% from 503); Blue value is 62 (24.61% from 255 or 12.33% from 503); Max value from RGB is 225 - color contains mainly: green. Hex color #D8E13E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8E13E is #271EC1. Grayscale: #CCCCCC. Windows color (decimal): -2563778 or 4121048. OLE color: 4121048.

HSL color Cylindrical-coordinate representation of color #D8E13E: hue angle of 63.31º 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 #D8E13E is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB21622562-
CMYK0.0400.720.12
HSL63.31º73.09%56.27%-
HSV(B)63.31º72.44%88.24%-
XYZ56.1168.814.88-
YUV203.7348.02136.75-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.94%
GREEN value IS 225 (88.28% from 255) = 44.73%
BLUE value IS 62 (24.61% from 255) = 12.33%
R=42.94%
G=44.73%
B=12.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal216225620.0400.720.1263.3173.0956.27
HexD8E13E4048C3f4938
Octal3303417640110147711170
Binary11011000111000011111101000100100011001111111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E13E; }

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

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

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

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

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

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

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

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