Html Css Color HEX #8DC122 Limerick

📋 copy color: '#8DC122'

red 141 ◦ green 193 ◦ blue 34

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

Shades of Limerick #8DC122

Tints of Limerick #8DC122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.24%

R = 38.32%
G = 52.45%
B = 9.24%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#8DC122 (or 0x8DC122) is known color: Limerick. HEX triplet: 8D, C1 and 22. RGB value is (141,193,34). Sum of RGB (Red+Green+Blue) = 141+193+34=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 193 (75.78% from 255 or 52.45% from 368); Blue value is 34 (13.67% from 255 or 9.24% from 368); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC122 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC122 is #723EDD. Grayscale: #9F9F9F. Windows color (decimal): -7487198 or 2277773. OLE color: 2277773.

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

Color convert

RGB 141 193 34 -
CMYK 0.27 0 0.82 0.24
HSL 79.62º 0.7% 0.45% -
HSV(B) 79.62º 0.82% 0.76% -
XYZ 30.34 43.92 8.39 -
YUV 159.33 57.27 114.93 -
System Red Green Blue C M Y K H S L
Decimal 141 193 34 0.27 0 0.82 0.24 79.62 0.7 0.45
Hex 8D C1 22 1B 0 52 18 50 46 2D
Octal 215 301 42 33 0 122 30 120 106 55
Binary 10001101 11000001 100010 11011 0 1010010 11000 1010000 1000110 101101

Color Harmonies of #8DC122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC122

Black with #8DC122

Text Example


Text Example

White with #8DC122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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