Html Css Color HEX #8CB72F Limerick

📋 copy color: '#8CB72F'

red 140 ◦ green 183 ◦ blue 47

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

Shades of Limerick #8CB72F

Tints of Limerick #8CB72F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.7%

R = 37.84%
G = 49.46%
B = 12.7%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#8CB72F (or 0x8CB72F) is known color: Limerick. HEX triplet: 8C, B7 and 2F. RGB value is (140,183,47). Sum of RGB (Red+Green+Blue) = 140+183+47=370 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.84% from 370); Green value is 183 (71.88% from 255 or 49.46% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB72F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB72F is #7348D0. Grayscale: #9B9B9B. Windows color (decimal): -7555281 or 3127180. OLE color: 3127180.

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

Color convert

RGB 140 183 47 -
CMYK 0.23 0 0.74 0.28
HSL 78.97º 0.59% 0.45% -
HSV(B) 78.97º 0.74% 0.72% -
XYZ 28.26 39.65 8.85 -
YUV 154.64 67.25 117.56 -
System Red Green Blue C M Y K H S L
Decimal 140 183 47 0.23 0 0.74 0.28 78.97 0.59 0.45
Hex 8C B7 2F 17 0 4A 1C 4F 3B 2D
Octal 214 267 57 27 0 112 34 117 73 55
Binary 10001100 10110111 101111 10111 0 1001010 11100 1001111 111011 101101

Color Harmonies of #8CB72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB72F

Black with #8CB72F

Text Example


Text Example

White with #8CB72F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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