Html Css Color HEX #D4E03C Bitter Lemon

📋 copy color: '#D4E03C'

red 212 ◦ green 224 ◦ blue 60

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

Shades of Bitter Lemon #D4E03C

Tints of Bitter Lemon #D4E03C

RGB

 RED value IS 212 (83.2% from 255) = 42.74%

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

 BLUE value IS 60 (23.83% from 255) = 12.1%

R = 42.74%
G = 45.16%
B = 12.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#D4E03C (or 0xD4E03C) is known color: Bitter Lemon. HEX triplet: D4, E0 and 3C. RGB value is (212,224,60). Sum of RGB (Red+Green+Blue) = 212+224+60=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 224 (87.89% from 255 or 45.16% from 496); Blue value is 60 (23.83% from 255 or 12.10% from 496); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E03C is #2B1FC3. Grayscale: #CACACA. Windows color (decimal): -2826180 or 3989716. OLE color: 3989716.

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

Color convert

RGB 212 224 60 -
CMYK 0.05 0 0.73 0.12
HSL 64.39º 0.73% 0.56% -
HSV(B) 64.39º 0.73% 0.88% -
XYZ 54.62 67.63 14.45 -
YUV 201.72 48.02 135.34 -
System Red Green Blue C M Y K H S L
Decimal 212 224 60 0.05 0 0.73 0.12 64.39 0.73 0.56
Hex D4 E0 3C 5 0 49 C 40 49 38
Octal 324 340 74 5 0 111 14 100 111 70
Binary 11010100 11100000 111100 101 0 1001001 1100 1000000 1001001 111000

Color Harmonies of #D4E03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E03C

Black with #D4E03C

Text Example


Text Example

White with #D4E03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E03C; }

 p { color: rgb(212,224,60); }

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

background-color css

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

 a { background-color: rgb(212,224,60); }

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

border-color css

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

 span { border-color: rgb(212,224,60); }

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