Html Css Color HEX #8CB41D Limerick

📋 copy color: '#8CB41D'

red 140 ◦ green 180 ◦ blue 29

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

Shades of Limerick #8CB41D

Tints of Limerick #8CB41D

RGB

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

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

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

R = 40.11%
G = 51.58%
B = 8.31%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#8CB41D (or 0x8CB41D) is known color: Limerick. HEX triplet: 8C, B4 and 1D. RGB value is (140,180,29). Sum of RGB (Red+Green+Blue) = 140+180+29=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 180 (70.70% from 255 or 51.58% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB41D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB41D is #734BE2. Grayscale: #979797. Windows color (decimal): -7556067 or 1946764. OLE color: 1946764.

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

Color convert

RGB 140 180 29 -
CMYK 0.22 0 0.84 0.29
HSL 75.89º 0.72% 0.41% -
HSV(B) 75.89º 0.84% 0.71% -
XYZ 27.36 38.31 7.11 -
YUV 150.83 59.25 120.28 -
System Red Green Blue C M Y K H S L
Decimal 140 180 29 0.22 0 0.84 0.29 75.89 0.72 0.41
Hex 8C B4 1D 16 0 54 1D 4C 48 29
Octal 214 264 35 26 0 124 35 114 110 51
Binary 10001100 10110100 11101 10110 0 1010100 11101 1001100 1001000 101001

Color Harmonies of #8CB41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB41D

Black with #8CB41D

Text Example


Text Example

White with #8CB41D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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