Html Css Color HEX #8CB71E Limerick

📋 copy color: '#8CB71E'

red 140 ◦ green 183 ◦ blue 30

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

Shades of Limerick #8CB71E

Tints of Limerick #8CB71E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.5%

R = 39.66%
G = 51.84%
B = 8.5%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#8CB71E (or 0x8CB71E) is known color: Limerick. HEX triplet: 8C, B7 and 1E. RGB value is (140,183,30). Sum of RGB (Red+Green+Blue) = 140+183+30=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 183 (71.88% from 255 or 51.84% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB71E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB71E is #7348E1. Grayscale: #999999. Windows color (decimal): -7555298 or 2013068. OLE color: 2013068.

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

Color convert

RGB 140 183 30 -
CMYK 0.23 0 0.84 0.28
HSL 76.86º 0.72% 0.42% -
HSV(B) 76.86º 0.84% 0.72% -
XYZ 27.98 39.54 7.38 -
YUV 152.7 58.75 118.94 -
System Red Green Blue C M Y K H S L
Decimal 140 183 30 0.23 0 0.84 0.28 76.86 0.72 0.42
Hex 8C B7 1E 17 0 54 1C 4D 48 2A
Octal 214 267 36 27 0 124 34 115 110 52
Binary 10001100 10110111 11110 10111 0 1010100 11100 1001101 1001000 101010

Color Harmonies of #8CB71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB71E

Black with #8CB71E

Text Example


Text Example

White with #8CB71E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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