Html Css Color HEX #8DC11D Limerick

📋 copy color: '#8DC11D'

red 141 ◦ green 193 ◦ blue 29

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

Shades of Limerick #8DC11D

Tints of Limerick #8DC11D

RGB

 RED value IS 141 (55.47% from 255) = 38.84%

 GREEN value IS 193 (75.78% from 255) = 53.17%

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

R = 38.84%
G = 53.17%
B = 7.99%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#8DC11D (or 0x8DC11D) is known color: Limerick. HEX triplet: 8D, C1 and 1D. RGB value is (141,193,29). Sum of RGB (Red+Green+Blue) = 141+193+29=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 193 (75.78% from 255 or 53.17% from 363); Blue value is 29 (11.72% from 255 or 7.99% from 363); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC11D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC11D is #723EE2. Grayscale: #9F9F9F. Windows color (decimal): -7487203 or 1950093. OLE color: 1950093.

HSL color Cylindrical-coordinate representation of color #8DC11D: hue angle of 79.02º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8DC11D is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 141 193 29 -
CMYK 0.27 0 0.85 0.24
HSL 79.02º 0.74% 0.44% -
HSV(B) 79.02º 0.85% 0.76% -
XYZ 30.28 43.89 8.04 -
YUV 158.76 54.77 115.34 -
System Red Green Blue C M Y K H S L
Decimal 141 193 29 0.27 0 0.85 0.24 79.02 0.74 0.44
Hex 8D C1 1D 1B 0 55 18 4F 4A 2C
Octal 215 301 35 33 0 125 30 117 112 54
Binary 10001101 11000001 11101 11011 0 1010101 11000 1001111 1001010 101100

Color Harmonies of #8DC11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC11D

Black with #8DC11D

Text Example


Text Example

White with #8DC11D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,193,29); }

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

background-color css

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

 a { background-color: rgb(141,193,29); }

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

border-color css

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

 span { border-color: rgb(141,193,29); }

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