Html Css Color HEX #D5E141 Bitter Lemon

📋 copy color: '#D5E141'

red 213 ◦ green 225 ◦ blue 65

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

Shades of Bitter Lemon #D5E141

Tints of Bitter Lemon #D5E141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.92%

R = 42.35%
G = 44.73%
B = 12.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#D5E141 (or 0xD5E141) is known color: Bitter Lemon. HEX triplet: D5, E1 and 41. RGB value is (213,225,65). Sum of RGB (Red+Green+Blue) = 213+225+65=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 225 (88.28% from 255 or 44.73% from 503); Blue value is 65 (25.78% from 255 or 12.92% from 503); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E141 is #2A1EBE. Grayscale: #CBCBCB. Windows color (decimal): -2760383 or 4317653. OLE color: 4317653.

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

Color convert

RGB 213 225 65 -
CMYK 0.05 0 0.71 0.12
HSL 64.5º 0.73% 0.57% -
HSV(B) 64.5º 0.71% 0.88% -
XYZ 55.32 68.38 15.28 -
YUV 203.17 50.02 135.01 -
System Red Green Blue C M Y K H S L
Decimal 213 225 65 0.05 0 0.71 0.12 64.5 0.73 0.57
Hex D5 E1 41 5 0 47 C 40 49 39
Octal 325 341 101 5 0 107 14 100 111 71
Binary 11010101 11100001 1000001 101 0 1000111 1100 1000000 1001001 111001

Color Harmonies of #D5E141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E141

Black with #D5E141

Text Example


Text Example

White with #D5E141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E141; }

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

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

background-color css

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

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

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

border-color css

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

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

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