Html Css Color HEX #8DB732 Limerick

📋 copy color: '#8DB732'

red 141 ◦ green 183 ◦ blue 50

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

Shades of Limerick #8DB732

Tints of Limerick #8DB732

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.93%

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

R = 37.7%
G = 48.93%
B = 13.37%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#8DB732 (or 0x8DB732) is known color: Limerick. HEX triplet: 8D, B7 and 32. RGB value is (141,183,50). Sum of RGB (Red+Green+Blue) = 141+183+50=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 183 (71.88% from 255 or 48.93% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB732 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB732 is #7248CD. Grayscale: #9B9B9B. Windows color (decimal): -7489742 or 3323789. OLE color: 3323789.

HSL color Cylindrical-coordinate representation of color #8DB732: hue angle of 78.95º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8DB732 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 141 183 50 -
CMYK 0.23 0 0.73 0.28
HSL 78.95º 0.57% 0.46% -
HSV(B) 78.95º 0.73% 0.72% -
XYZ 28.49 39.76 9.19 -
YUV 155.28 68.59 117.81 -
System Red Green Blue C M Y K H S L
Decimal 141 183 50 0.23 0 0.73 0.28 78.95 0.57 0.46
Hex 8D B7 32 17 0 49 1C 4F 39 2E
Octal 215 267 62 27 0 111 34 117 71 56
Binary 10001101 10110111 110010 10111 0 1001001 11100 1001111 111001 101110

Color Harmonies of #8DB732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB732

Black with #8DB732

Text Example


Text Example

White with #8DB732

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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