Html Css Color HEX #D5E142 Bitter Lemon

📋 copy color: '#D5E142'

red 213 ◦ green 225 ◦ blue 66

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

Shades of Bitter Lemon #D5E142

Tints of Bitter Lemon #D5E142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.1%

R = 42.26%
G = 44.64%
B = 13.1%

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

#D5E142 (or 0xD5E142) is known color: Bitter Lemon. HEX triplet: D5, E1 and 42. RGB value is (213,225,66). Sum of RGB (Red+Green+Blue) = 213+225+66=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 66 (26.17% from 255 or 13.10% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E142 is #2A1EBD. Grayscale: #CBCBCB. Windows color (decimal): -2760382 or 4383189. OLE color: 4383189.

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

Color convert

RGB 213 225 66 -
CMYK 0.05 0 0.71 0.12
HSL 64.53º 0.73% 0.57% -
HSV(B) 64.53º 0.71% 0.88% -
XYZ 55.35 68.39 15.44 -
YUV 203.29 50.52 134.93 -
System Red Green Blue C M Y K H S L
Decimal 213 225 66 0.05 0 0.71 0.12 64.53 0.73 0.57
Hex D5 E1 42 5 0 47 C 41 49 39
Octal 325 341 102 5 0 107 14 101 111 71
Binary 11010101 11100001 1000010 101 0 1000111 1100 1000001 1001001 111001

Color Harmonies of #D5E142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E142

Black with #D5E142

Text Example


Text Example

White with #D5E142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E142; }

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

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

background-color css

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

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

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

border-color css

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

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

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