Html Css Color HEX #8DB832 Limerick

📋 copy color: '#8DB832'

red 141 ◦ green 184 ◦ blue 50

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

Shades of Limerick #8DB832

Tints of Limerick #8DB832

RGB

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

 GREEN value IS 184 (72.27% from 255) = 49.07%

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

R = 37.6%
G = 49.07%
B = 13.33%

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

#8DB832 (or 0x8DB832) is known color: Limerick. HEX triplet: 8D, B8 and 32. RGB value is (141,184,50). Sum of RGB (Red+Green+Blue) = 141+184+50=375 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.6% from 375); Green value is 184 (72.27% from 255 or 49.07% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB832 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB832 is #7247CD. Grayscale: #9C9C9C. Windows color (decimal): -7489486 or 3324045. OLE color: 3324045.

HSL color Cylindrical-coordinate representation of color #8DB832: hue angle of 79.25º 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 #8DB832 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 141 184 50 -
CMYK 0.23 0 0.73 0.28
HSL 79.25º 0.57% 0.46% -
HSV(B) 79.25º 0.73% 0.72% -
XYZ 28.7 40.17 9.26 -
YUV 155.87 68.25 117.4 -
System Red Green Blue C M Y K H S L
Decimal 141 184 50 0.23 0 0.73 0.28 79.25 0.57 0.46
Hex 8D B8 32 17 0 49 1C 4F 39 2E
Octal 215 270 62 27 0 111 34 117 71 56
Binary 10001101 10111000 110010 10111 0 1001001 11100 1001111 111001 101110

Color Harmonies of #8DB832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB832

Black with #8DB832

Text Example


Text Example

White with #8DB832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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