Html Css Color HEX #8DB641 Limerick

📋 copy color: '#8DB641'

red 141 ◦ green 182 ◦ blue 65

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

Shades of Limerick #8DB641

Tints of Limerick #8DB641

RGB

 RED value IS 141 (55.47% from 255) = 36.34%

 GREEN value IS 182 (71.48% from 255) = 46.91%

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

R = 36.34%
G = 46.91%
B = 16.75%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#8DB641 (or 0x8DB641) is known color: Limerick. HEX triplet: 8D, B6 and 41. RGB value is (141,182,65). Sum of RGB (Red+Green+Blue) = 141+182+65=388 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.34% from 388); Green value is 182 (71.48% from 255 or 46.91% from 388); Blue value is 65 (25.78% from 255 or 16.75% from 388); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB641 is #7249BE. Grayscale: #9C9C9C. Windows color (decimal): -7489983 or 4306573. OLE color: 4306573.

HSL color Cylindrical-coordinate representation of color #8DB641: hue angle of 81.03º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8DB641 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 141 182 65 -
CMYK 0.23 0 0.64 0.29
HSL 81.03º 0.47% 0.48% -
HSV(B) 81.03º 0.64% 0.71% -
XYZ 28.67 39.5 11.11 -
YUV 156.4 76.42 117.01 -
System Red Green Blue C M Y K H S L
Decimal 141 182 65 0.23 0 0.64 0.29 81.03 0.47 0.48
Hex 8D B6 41 17 0 40 1D 51 2F 30
Octal 215 266 101 27 0 100 35 121 57 60
Binary 10001101 10110110 1000001 10111 0 1000000 11101 1010001 101111 110000

Color Harmonies of #8DB641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB641

Black with #8DB641

Text Example


Text Example

White with #8DB641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DB641; }

 p { color: rgb(141,182,65); }

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

background-color css

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

 a { background-color: rgb(141,182,65); }

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

border-color css

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

 span { border-color: rgb(141,182,65); }

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