#D8E13C

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

Shades of Bitter Lemon #D8E13C

Tints of Bitter Lemon #D8E13C

Color information

#D8E13C (or 0xD8E13C) is unknown color: approx Bitter Lemon. HEX triplet: D8, E1 and 3C. RGB value is (216,225,60). Sum of RGB (Red+Green+Blue) = 216+225+60=501 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.11% from 501); Green value is 225 (88.28% from 255 or 44.91% from 501); Blue value is 60 (23.83% from 255 or 11.98% from 501); Max value from RGB is 225 - color contains mainly: green. Hex color #D8E13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8E13C is #271EC3. Grayscale: #CCCCCC. Windows color (decimal): -2563780 or 3989976. OLE color: 3989976.

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

Color convert

RGB21622560-
CMYK0.0400.730.12
HSL63.27º73.33%55.88%-
HSV(B)63.27º73.33%88.24%-
XYZ56.0668.7814.6-
YUV203.547.02136.92-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.11%
GREEN value IS 225 (88.28% from 255) = 44.91%
BLUE value IS 60 (23.83% from 255) = 11.98%
R=43.11%
G=44.91%
B=11.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal216225600.0400.730.1263.2773.3355.88
HexD8E13C4049C3f4938
Octal3303417440111147711170
Binary11011000111000011111001000100100111001111111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E13C; }

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

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

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

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

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

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

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

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