Html Css Color HEX #8DB52A Limerick

📋 copy color: '#8DB52A'

red 141 ◦ green 181 ◦ blue 42

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

Shades of Limerick #8DB52A

Tints of Limerick #8DB52A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.73%

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

R = 38.74%
G = 49.73%
B = 11.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#8DB52A (or 0x8DB52A) is known color: Limerick. HEX triplet: 8D, B5 and 2A. RGB value is (141,181,42). Sum of RGB (Red+Green+Blue) = 141+181+42=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 181 (71.09% from 255 or 49.73% from 364); Blue value is 42 (16.80% from 255 or 11.54% from 364); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB52A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB52A is #724AD5. Grayscale: #999999. Windows color (decimal): -7490262 or 2798989. OLE color: 2798989.

HSL color Cylindrical-coordinate representation of color #8DB52A: hue angle of 77.27º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8DB52A is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 141 181 42 -
CMYK 0.22 0 0.77 0.29
HSL 77.27º 0.62% 0.44% -
HSV(B) 77.27º 0.77% 0.71% -
XYZ 27.93 38.88 8.22 -
YUV 153.19 65.25 119.3 -
System Red Green Blue C M Y K H S L
Decimal 141 181 42 0.22 0 0.77 0.29 77.27 0.62 0.44
Hex 8D B5 2A 16 0 4D 1D 4D 3E 2C
Octal 215 265 52 26 0 115 35 115 76 54
Binary 10001101 10110101 101010 10110 0 1001101 11101 1001101 111110 101100

Color Harmonies of #8DB52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB52A

Black with #8DB52A

Text Example


Text Example

White with #8DB52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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