Html Css Color HEX #8DC218 Limerick

📋 copy color: '#8DC218'

red 141 ◦ green 194 ◦ blue 24

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

Shades of Limerick #8DC218

Tints of Limerick #8DC218

RGB

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

 GREEN value IS 194 (76.17% from 255) = 54.04%

 BLUE value IS 24 (9.77% from 255) = 6.69%

R = 39.28%
G = 54.04%
B = 6.69%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#8DC218 (or 0x8DC218) is known color: Limerick. HEX triplet: 8D, C2 and 18. RGB value is (141,194,24). Sum of RGB (Red+Green+Blue) = 141+194+24=359 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.28% from 359); Green value is 194 (76.17% from 255 or 54.04% from 359); Blue value is 24 (9.77% from 255 or 6.69% from 359); Max value from RGB is 194 - color contains mainly: green. Hex color #8DC218 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC218 is #723DE7. Grayscale: #9F9F9F. Windows color (decimal): -7486952 or 1622669. OLE color: 1622669.

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

Color convert

RGB 141 194 24 -
CMYK 0.27 0 0.88 0.24
HSL 78.71º 0.78% 0.43% -
HSV(B) 78.71º 0.88% 0.76% -
XYZ 30.44 44.31 7.81 -
YUV 158.77 51.94 115.32 -
System Red Green Blue C M Y K H S L
Decimal 141 194 24 0.27 0 0.88 0.24 78.71 0.78 0.43
Hex 8D C2 18 1B 0 58 18 4F 4E 2B
Octal 215 302 30 33 0 130 30 117 116 53
Binary 10001101 11000010 11000 11011 0 1011000 11000 1001111 1001110 101011

Color Harmonies of #8DC218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC218

Black with #8DC218

Text Example


Text Example

White with #8DC218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,194,24); }

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

background-color css

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

 a { background-color: rgb(141,194,24); }

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

border-color css

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

 span { border-color: rgb(141,194,24); }

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