Html Css Color HEX #D4E03D Bitter Lemon

📋 copy color: '#D4E03D'

red 212 ◦ green 224 ◦ blue 61

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

Shades of Bitter Lemon #D4E03D

Tints of Bitter Lemon #D4E03D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.27%

R = 42.66%
G = 45.07%
B = 12.27%

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

#D4E03D (or 0xD4E03D) is known color: Bitter Lemon. HEX triplet: D4, E0 and 3D. RGB value is (212,224,61). Sum of RGB (Red+Green+Blue) = 212+224+61=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 224 (87.89% from 255 or 45.07% from 497); Blue value is 61 (24.22% from 255 or 12.27% from 497); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E03D is #2B1FC2. Grayscale: #CACACA. Windows color (decimal): -2826179 or 4055252. OLE color: 4055252.

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

Color convert

RGB 212 224 61 -
CMYK 0.05 0 0.73 0.12
HSL 64.42º 0.72% 0.56% -
HSV(B) 64.42º 0.73% 0.88% -
XYZ 54.65 67.65 14.59 -
YUV 201.83 48.52 135.25 -
System Red Green Blue C M Y K H S L
Decimal 212 224 61 0.05 0 0.73 0.12 64.42 0.72 0.56
Hex D4 E0 3D 5 0 49 C 40 48 38
Octal 324 340 75 5 0 111 14 100 110 70
Binary 11010100 11100000 111101 101 0 1001001 1100 1000000 1001000 111000

Color Harmonies of #D4E03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E03D

Black with #D4E03D

Text Example


Text Example

White with #D4E03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E03D; }

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

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

background-color css

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

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

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

border-color css

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

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

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