Html Css Color HEX #8CB740 Limerick

📋 copy color: '#8CB740'

red 140 ◦ green 183 ◦ blue 64

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

Shades of Limerick #8CB740

Tints of Limerick #8CB740

RGB

 RED value IS 140 (55.08% from 255) = 36.18%

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

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

R = 36.18%
G = 47.29%
B = 16.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#8CB740 (or 0x8CB740) is known color: Limerick. HEX triplet: 8C, B7 and 40. RGB value is (140,183,64). Sum of RGB (Red+Green+Blue) = 140+183+64=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB740 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB740 is #7348BF. Grayscale: #9D9D9D. Windows color (decimal): -7555264 or 4241292. OLE color: 4241292.

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

Color convert

RGB 140 183 64 -
CMYK 0.23 0 0.65 0.28
HSL 81.68º 0.48% 0.48% -
HSV(B) 81.68º 0.65% 0.72% -
XYZ 28.67 39.81 11.02 -
YUV 156.58 75.75 116.18 -
System Red Green Blue C M Y K H S L
Decimal 140 183 64 0.23 0 0.65 0.28 81.68 0.48 0.48
Hex 8C B7 40 17 0 41 1C 52 30 30
Octal 214 267 100 27 0 101 34 122 60 60
Binary 10001100 10110111 1000000 10111 0 1000001 11100 1010010 110000 110000

Color Harmonies of #8CB740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB740

Black with #8CB740

Text Example


Text Example

White with #8CB740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,183,64); }

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

background-color css

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

 a { background-color: rgb(140,183,64); }

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

border-color css

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

 span { border-color: rgb(140,183,64); }

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