Html Css Color HEX #8DB132 Limerick

📋 copy color: '#8DB132'

red 141 ◦ green 177 ◦ blue 50

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

Shades of Limerick #8DB132

Tints of Limerick #8DB132

RGB

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

 GREEN value IS 177 (69.53% from 255) = 48.1%

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

R = 38.32%
G = 48.1%
B = 13.59%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#8DB132 (or 0x8DB132) is known color: Limerick. HEX triplet: 8D, B1 and 32. RGB value is (141,177,50). Sum of RGB (Red+Green+Blue) = 141+177+50=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 177 (69.53% from 255 or 48.10% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 177 - color contains mainly: green. Hex color #8DB132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB132 is #724ECD. Grayscale: #989898. Windows color (decimal): -7491278 or 3322253. OLE color: 3322253.

HSL color Cylindrical-coordinate representation of color #8DB132: hue angle of 77.01º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8DB132 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 141 177 50 -
CMYK 0.20 0 0.72 0.31
HSL 77.01º 0.56% 0.45% -
HSV(B) 77.01º 0.72% 0.69% -
XYZ 27.28 37.34 8.79 -
YUV 151.76 70.57 120.33 -
System Red Green Blue C M Y K H S L
Decimal 141 177 50 0.20 0 0.72 0.31 77.01 0.56 0.45
Hex 8D B1 32 14 0 48 1F 4D 38 2D
Octal 215 261 62 24 0 110 37 115 70 55
Binary 10001101 10110001 110010 10100 0 1001000 11111 1001101 111000 101101

Color Harmonies of #8DB132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB132

Black with #8DB132

Text Example


Text Example

White with #8DB132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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