Html Css Color HEX #8DB440 Limerick

📋 copy color: '#8DB440'

red 141 ◦ green 180 ◦ blue 64

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

Shades of Limerick #8DB440

Tints of Limerick #8DB440

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.75%

 BLUE value IS 64 (25.39% from 255) = 16.62%

R = 36.62%
G = 46.75%
B = 16.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#8DB440 (or 0x8DB440) is known color: Limerick. HEX triplet: 8D, B4 and 40. RGB value is (141,180,64). Sum of RGB (Red+Green+Blue) = 141+180+64=385 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.62% from 385); Green value is 180 (70.70% from 255 or 46.75% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB440 is #724BBF. Grayscale: #9B9B9B. Windows color (decimal): -7490496 or 4240525. OLE color: 4240525.

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

Color convert

RGB 141 180 64 -
CMYK 0.22 0 0.64 0.29
HSL 80.17º 0.48% 0.48% -
HSV(B) 80.17º 0.64% 0.71% -
XYZ 28.23 38.68 10.83 -
YUV 155.12 76.58 117.93 -
System Red Green Blue C M Y K H S L
Decimal 141 180 64 0.22 0 0.64 0.29 80.17 0.48 0.48
Hex 8D B4 40 16 0 40 1D 50 30 30
Octal 215 264 100 26 0 100 35 120 60 60
Binary 10001101 10110100 1000000 10110 0 1000000 11101 1010000 110000 110000

Color Harmonies of #8DB440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB440

Black with #8DB440

Text Example


Text Example

White with #8DB440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,180,64); }

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

background-color css

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

 a { background-color: rgb(141,180,64); }

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

border-color css

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

 span { border-color: rgb(141,180,64); }

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