Html Css Color HEX #8DB82E Limerick

📋 copy color: '#8DB82E'

red 141 ◦ green 184 ◦ blue 46

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

Shades of Limerick #8DB82E

Tints of Limerick #8DB82E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.4%

R = 38.01%
G = 49.6%
B = 12.4%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#8DB82E (or 0x8DB82E) is known color: Limerick. HEX triplet: 8D, B8 and 2E. RGB value is (141,184,46). Sum of RGB (Red+Green+Blue) = 141+184+46=371 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.01% from 371); Green value is 184 (72.27% from 255 or 49.60% from 371); Blue value is 46 (18.36% from 255 or 12.40% from 371); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB82E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB82E is #7247D1. Grayscale: #9B9B9B. Windows color (decimal): -7489490 or 3061901. OLE color: 3061901.

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

Color convert

RGB 141 184 46 -
CMYK 0.23 0 0.75 0.28
HSL 78.7º 0.6% 0.45% -
HSV(B) 78.7º 0.75% 0.72% -
XYZ 28.62 40.14 8.82 -
YUV 155.41 66.25 117.72 -
System Red Green Blue C M Y K H S L
Decimal 141 184 46 0.23 0 0.75 0.28 78.7 0.6 0.45
Hex 8D B8 2E 17 0 4B 1C 4F 3C 2D
Octal 215 270 56 27 0 113 34 117 74 55
Binary 10001101 10111000 101110 10111 0 1001011 11100 1001111 111100 101101

Color Harmonies of #8DB82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB82E

Black with #8DB82E

Text Example


Text Example

White with #8DB82E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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