Html Css Color HEX #8DB536 Limerick

📋 copy color: '#8DB536'

red 141 ◦ green 181 ◦ blue 54

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

Shades of Limerick #8DB536

Tints of Limerick #8DB536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.36%

R = 37.5%
G = 48.14%
B = 14.36%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#8DB536 (or 0x8DB536) is known color: Limerick. HEX triplet: 8D, B5 and 36. RGB value is (141,181,54). Sum of RGB (Red+Green+Blue) = 141+181+54=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 181 (71.09% from 255 or 48.14% from 376); Blue value is 54 (21.48% from 255 or 14.36% from 376); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB536 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB536 is #724AC9. Grayscale: #9B9B9B. Windows color (decimal): -7490250 or 3585421. OLE color: 3585421.

HSL color Cylindrical-coordinate representation of color #8DB536: hue angle of 78.9º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8DB536 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 141 181 54 -
CMYK 0.22 0 0.70 0.29
HSL 78.9º 0.54% 0.46% -
HSV(B) 78.9º 0.7% 0.71% -
XYZ 28.17 38.98 9.53 -
YUV 154.56 71.25 118.33 -
System Red Green Blue C M Y K H S L
Decimal 141 181 54 0.22 0 0.70 0.29 78.9 0.54 0.46
Hex 8D B5 36 16 0 46 1D 4F 36 2E
Octal 215 265 66 26 0 106 35 117 66 56
Binary 10001101 10110101 110110 10110 0 1000110 11101 1001111 110110 101110

Color Harmonies of #8DB536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB536

Black with #8DB536

Text Example


Text Example

White with #8DB536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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