#D8E03A

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

Shades of Bitter Lemon #D8E03A

Tints of Bitter Lemon #D8E03A

Color information

#D8E03A (or 0xD8E03A) is unknown color: approx Bitter Lemon. HEX triplet: D8, E0 and 3A. RGB value is (216,224,58). Sum of RGB (Red+Green+Blue) = 216+224+58=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 224 (87.89% from 255 or 44.98% from 498); Blue value is 58 (23.05% from 255 or 11.65% from 498); Max value from RGB is 224 - color contains mainly: green. Hex color #D8E03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8E03A is #271FC5. Grayscale: #CBCBCB. Windows color (decimal): -2564038 or 3858648. OLE color: 3858648.

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

Color convert

RGB21622458-
CMYK0.0400.740.12
HSL62.89º72.81%55.29%-
HSV(B)62.89º74.11%87.84%-
XYZ55.7468.2214.23-
YUV202.6846.35137.5-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.37%
GREEN value IS 224 (87.89% from 255) = 44.98%
BLUE value IS 58 (23.05% from 255) = 11.65%
R=43.37%
G=44.98%
B=11.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal216224580.0400.740.1262.8972.8155.29
HexD8E03A404AC3f4937
Octal3303407240112147711167
Binary11011000111000001110101000100101011001111111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E03A; }

 p { color: rgb(216,224,58); }

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

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

 a { background-color: rgb(216,224,58); }

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

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

 span { border-color: rgb(216,224,58); }

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