Html Css Color HEX #8DB31B Limerick

📋 copy color: '#8DB31B'

red 141 ◦ green 179 ◦ blue 27

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

Shades of Limerick #8DB31B

Tints of Limerick #8DB31B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 51.59%

 BLUE value IS 27 (10.94% from 255) = 7.78%

R = 40.63%
G = 51.59%
B = 7.78%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#8DB31B (or 0x8DB31B) is known color: Limerick. HEX triplet: 8D, B3 and 1B. RGB value is (141,179,27). Sum of RGB (Red+Green+Blue) = 141+179+27=347 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.63% from 347); Green value is 179 (70.31% from 255 or 51.59% from 347); Blue value is 27 (10.94% from 255 or 7.78% from 347); Max value from RGB is 179 - color contains mainly: green. Hex color #8DB31B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB31B is #724CE4. Grayscale: #969696. Windows color (decimal): -7490789 or 1815437. OLE color: 1815437.

HSL color Cylindrical-coordinate representation of color #8DB31B: hue angle of 75º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8DB31B is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 141 179 27 -
CMYK 0.21 0 0.85 0.30
HSL 75º 0.74% 0.4% -
HSV(B) 75º 0.85% 0.7% -
XYZ 27.3 37.98 6.93 -
YUV 150.31 58.41 121.36 -
System Red Green Blue C M Y K H S L
Decimal 141 179 27 0.21 0 0.85 0.30 75 0.74 0.4
Hex 8D B3 1B 15 0 55 1E 4B 4A 28
Octal 215 263 33 25 0 125 36 113 112 50
Binary 10001101 10110011 11011 10101 0 1010101 11110 1001011 1001010 101000

Color Harmonies of #8DB31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB31B

Black with #8DB31B

Text Example


Text Example

White with #8DB31B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,179,27); }

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

background-color css

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

 a { background-color: rgb(141,179,27); }

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

border-color css

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

 span { border-color: rgb(141,179,27); }

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