#D5E038

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

Shades of Bitter Lemon #D5E038

Tints of Bitter Lemon #D5E038

Color information

#D5E038 (or 0xD5E038) is unknown color: approx Bitter Lemon. HEX triplet: D5, E0 and 38. RGB value is (213,224,56). Sum of RGB (Red+Green+Blue) = 213+224+56=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 56 (22.27% from 255 or 11.36% from 493); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E038 is #2A1FC7. Grayscale: #CACACA. Windows color (decimal): -2760648 or 3727573. OLE color: 3727573.

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

Color convert

RGB21322456-
CMYK0.0500.750.12
HSL63.93º73.04%54.9%-
HSV(B)63.93º75%87.84%-
XYZ54.8167.7413.93-
YUV201.5645.86136.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.20%
GREEN value IS 224 (87.89% from 255) = 45.44%
BLUE value IS 56 (22.27% from 255) = 11.36%
R=43.20%
G=45.44%
B=11.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal213224560.0500.750.1263.9373.0454.9
HexD5E038504BC404937
Octal32534070501131410011167
Binary110101011110000011100010101001011110010000001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E038; }

 p { color: rgb(213,224,56); }

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

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

 a { background-color: rgb(213,224,56); }

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

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

 span { border-color: rgb(213,224,56); }

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