Html Css Color HEX #8DB534 Limerick

📋 copy color: '#8DB534'

red 141 ◦ green 181 ◦ blue 52

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

Shades of Limerick #8DB534

Tints of Limerick #8DB534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.9%

R = 37.7%
G = 48.4%
B = 13.9%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#8DB534 (or 0x8DB534) is known color: Limerick. HEX triplet: 8D, B5 and 34. RGB value is (141,181,52). Sum of RGB (Red+Green+Blue) = 141+181+52=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 181 (71.09% from 255 or 48.40% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB534 is #724ACB. Grayscale: #9A9A9A. Windows color (decimal): -7490252 or 3454349. OLE color: 3454349.

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

Color convert

RGB 141 181 52 -
CMYK 0.22 0 0.71 0.29
HSL 78.6º 0.55% 0.46% -
HSV(B) 78.6º 0.71% 0.71% -
XYZ 28.13 38.96 9.29 -
YUV 154.33 70.25 118.49 -
System Red Green Blue C M Y K H S L
Decimal 141 181 52 0.22 0 0.71 0.29 78.6 0.55 0.46
Hex 8D B5 34 16 0 47 1D 4F 37 2E
Octal 215 265 64 26 0 107 35 117 67 56
Binary 10001101 10110101 110100 10110 0 1000111 11101 1001111 110111 101110

Color Harmonies of #8DB534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB534

Black with #8DB534

Text Example


Text Example

White with #8DB534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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