Html Css Color HEX #8DB031 Limerick

📋 copy color: '#8DB031'

red 141 ◦ green 176 ◦ blue 49

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

Shades of Limerick #8DB031

Tints of Limerick #8DB031

RGB

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

 GREEN value IS 176 (69.14% from 255) = 48.09%

 BLUE value IS 49 (19.53% from 255) = 13.39%

R = 38.52%
G = 48.09%
B = 13.39%

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

#8DB031 (or 0x8DB031) is known color: Limerick. HEX triplet: 8D, B0 and 31. RGB value is (141,176,49). Sum of RGB (Red+Green+Blue) = 141+176+49=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 176 (69.14% from 255 or 48.09% from 366); Blue value is 49 (19.53% from 255 or 13.39% from 366); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB031 is #724FCE. Grayscale: #979797. Windows color (decimal): -7491535 or 3256461. OLE color: 3256461.

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

Color convert

RGB 141 176 49 -
CMYK 0.20 0 0.72 0.31
HSL 76.54º 0.56% 0.44% -
HSV(B) 76.54º 0.72% 0.69% -
XYZ 27.06 36.94 8.61 -
YUV 151.06 70.4 120.83 -
System Red Green Blue C M Y K H S L
Decimal 141 176 49 0.20 0 0.72 0.31 76.54 0.56 0.44
Hex 8D B0 31 14 0 48 1F 4D 38 2C
Octal 215 260 61 24 0 110 37 115 70 54
Binary 10001101 10110000 110001 10100 0 1001000 11111 1001101 111000 101100

Color Harmonies of #8DB031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB031

Black with #8DB031

Text Example


Text Example

White with #8DB031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,176,49); }

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

background-color css

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

 a { background-color: rgb(141,176,49); }

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

border-color css

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

 span { border-color: rgb(141,176,49); }

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