Html Css Color HEX #D5E140 Bitter Lemon

📋 copy color: '#D5E140'

red 213 ◦ green 225 ◦ blue 64

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

Shades of Bitter Lemon #D5E140

Tints of Bitter Lemon #D5E140

RGB

 RED value IS 213 (83.59% from 255) = 42.43%

 GREEN value IS 225 (88.28% from 255) = 44.82%

 BLUE value IS 64 (25.39% from 255) = 12.75%

R = 42.43%
G = 44.82%
B = 12.75%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#D5E140 (or 0xD5E140) is known color: Bitter Lemon. HEX triplet: D5, E1 and 40. RGB value is (213,225,64). Sum of RGB (Red+Green+Blue) = 213+225+64=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 225 (88.28% from 255 or 44.82% from 502); Blue value is 64 (25.39% from 255 or 12.75% from 502); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E140 is #2A1EBF. Grayscale: #CBCBCB. Windows color (decimal): -2760384 or 4252117. OLE color: 4252117.

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

Color convert

RGB 213 225 64 -
CMYK 0.05 0 0.72 0.12
HSL 64.47º 0.73% 0.57% -
HSV(B) 64.47º 0.72% 0.88% -
XYZ 55.29 68.37 15.13 -
YUV 203.06 49.52 135.09 -
System Red Green Blue C M Y K H S L
Decimal 213 225 64 0.05 0 0.72 0.12 64.47 0.73 0.57
Hex D5 E1 40 5 0 48 C 40 49 39
Octal 325 341 100 5 0 110 14 100 111 71
Binary 11010101 11100001 1000000 101 0 1001000 1100 1000000 1001001 111001

Color Harmonies of #D5E140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E140

Black with #D5E140

Text Example


Text Example

White with #D5E140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E140; }

 p { color: rgb(213,225,64); }

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

background-color css

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

 a { background-color: rgb(213,225,64); }

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

border-color css

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

 span { border-color: rgb(213,225,64); }

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