Html Css Color HEX #8CB71D Limerick

📋 copy color: '#8CB71D'

red 140 ◦ green 183 ◦ blue 29

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

Shades of Limerick #8CB71D

Tints of Limerick #8CB71D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.24%

R = 39.77%
G = 51.99%
B = 8.24%

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

#8CB71D (or 0x8CB71D) is known color: Limerick. HEX triplet: 8C, B7 and 1D. RGB value is (140,183,29). Sum of RGB (Red+Green+Blue) = 140+183+29=352 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.77% from 352); Green value is 183 (71.88% from 255 or 51.99% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB71D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB71D is #7348E2. Grayscale: #999999. Windows color (decimal): -7555299 or 1947532. OLE color: 1947532.

HSL color Cylindrical-coordinate representation of color #8CB71D: hue angle of 76.75º degrees, saturation: 0.73, 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 #8CB71D is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 140 183 29 -
CMYK 0.23 0 0.84 0.28
HSL 76.75º 0.73% 0.42% -
HSV(B) 76.75º 0.84% 0.72% -
XYZ 27.97 39.53 7.32 -
YUV 152.59 58.25 119.02 -
System Red Green Blue C M Y K H S L
Decimal 140 183 29 0.23 0 0.84 0.28 76.75 0.73 0.42
Hex 8C B7 1D 17 0 54 1C 4D 49 2A
Octal 214 267 35 27 0 124 34 115 111 52
Binary 10001100 10110111 11101 10111 0 1010100 11100 1001101 1001001 101010

Color Harmonies of #8CB71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB71D

Black with #8CB71D

Text Example


Text Example

White with #8CB71D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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