Html Css Color HEX #8DB82A Limerick

📋 copy color: '#8DB82A'

red 141 ◦ green 184 ◦ blue 42

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

Shades of Limerick #8DB82A

Tints of Limerick #8DB82A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 50.14%

 BLUE value IS 42 (16.8% from 255) = 11.44%

R = 38.42%
G = 50.14%
B = 11.44%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#8DB82A (or 0x8DB82A) is known color: Limerick. HEX triplet: 8D, B8 and 2A. RGB value is (141,184,42). Sum of RGB (Red+Green+Blue) = 141+184+42=367 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.42% from 367); Green value is 184 (72.27% from 255 or 50.14% from 367); Blue value is 42 (16.80% from 255 or 11.44% from 367); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB82A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB82A is #7247D5. Grayscale: #9B9B9B. Windows color (decimal): -7489494 or 2799757. OLE color: 2799757.

HSL color Cylindrical-coordinate representation of color #8DB82A: hue angle of 78.17º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8DB82A is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 141 184 42 -
CMYK 0.23 0 0.77 0.28
HSL 78.17º 0.63% 0.44% -
HSV(B) 78.17º 0.77% 0.72% -
XYZ 28.54 40.11 8.43 -
YUV 154.96 64.25 118.05 -
System Red Green Blue C M Y K H S L
Decimal 141 184 42 0.23 0 0.77 0.28 78.17 0.63 0.44
Hex 8D B8 2A 17 0 4D 1C 4E 3F 2C
Octal 215 270 52 27 0 115 34 116 77 54
Binary 10001101 10111000 101010 10111 0 1001101 11100 1001110 111111 101100

Color Harmonies of #8DB82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB82A

Black with #8DB82A

Text Example


Text Example

White with #8DB82A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,184,42); }

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

background-color css

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

 a { background-color: rgb(141,184,42); }

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

border-color css

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

 span { border-color: rgb(141,184,42); }

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