Html Css Color HEX #D8E032 Bitter Lemon

📋 copy color: '#D8E032'

red 216 ◦ green 224 ◦ blue 50

#D8E032
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bitter Lemon #D8E032

Tints of Bitter Lemon #D8E032

RGB

 RED value IS 216 (84.77% from 255) = 44.08%

 GREEN value IS 224 (87.89% from 255) = 45.71%

 BLUE value IS 50 (19.92% from 255) = 10.2%

R = 44.08%
G = 45.71%
B = 10.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#D8E032 (or 0xD8E032) is known color: Bitter Lemon. HEX triplet: D8, E0 and 32. RGB value is (216,224,50). Sum of RGB (Red+Green+Blue) = 216+224+50=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 50 (19.92% from 255 or 10.20% from 490); Max value from RGB is 224 - color contains mainly: green. Hex color #D8E032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8E032 is #271FCD. Grayscale: #CACACA. Windows color (decimal): -2564046 or 3334360. OLE color: 3334360.

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

Color convert

RGB 216 224 50 -
CMYK 0.04 0 0.78 0.12
HSL 62.76º 0.74% 0.54% -
HSV(B) 62.76º 0.78% 0.88% -
XYZ 55.55 68.14 13.24 -
YUV 201.77 42.35 138.15 -
System Red Green Blue C M Y K H S L
Decimal 216 224 50 0.04 0 0.78 0.12 62.76 0.74 0.54
Hex D8 E0 32 4 0 4E C 3F 4A 36
Octal 330 340 62 4 0 116 14 77 112 66
Binary 11011000 11100000 110010 100 0 1001110 1100 111111 1001010 110110

Color Harmonies of #D8E032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8E032

Black with #D8E032

Text Example


Text Example

White with #D8E032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8E032; }

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

 H1.HeaderClassName
 {
   color: #D8E032;
 }
 .AnyTagClassName
 {
   color: #D8E032;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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