Html Css Color HEX #8DB532 Limerick

📋 copy color: '#8DB532'

red 141 ◦ green 181 ◦ blue 50

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

Shades of Limerick #8DB532

Tints of Limerick #8DB532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.44%

R = 37.9%
G = 48.66%
B = 13.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#8DB532 (or 0x8DB532) is known color: Limerick. HEX triplet: 8D, B5 and 32. RGB value is (141,181,50). Sum of RGB (Red+Green+Blue) = 141+181+50=372 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.90% from 372); Green value is 181 (71.09% from 255 or 48.66% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB532 is #724ACD. Grayscale: #9A9A9A. Windows color (decimal): -7490254 or 3323277. OLE color: 3323277.

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

Color convert

RGB 141 181 50 -
CMYK 0.22 0 0.72 0.29
HSL 78.32º 0.57% 0.45% -
HSV(B) 78.32º 0.72% 0.71% -
XYZ 28.08 38.94 9.05 -
YUV 154.11 69.25 118.65 -
System Red Green Blue C M Y K H S L
Decimal 141 181 50 0.22 0 0.72 0.29 78.32 0.57 0.45
Hex 8D B5 32 16 0 48 1D 4E 39 2D
Octal 215 265 62 26 0 110 35 116 71 55
Binary 10001101 10110101 110010 10110 0 1001000 11101 1001110 111001 101101

Color Harmonies of #8DB532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB532

Black with #8DB532

Text Example


Text Example

White with #8DB532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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