Html Css Color HEX #8DC221 Limerick

📋 copy color: '#8DC221'

red 141 ◦ green 194 ◦ blue 33

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

Shades of Limerick #8DC221

Tints of Limerick #8DC221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.97%

R = 38.32%
G = 52.72%
B = 8.97%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#8DC221 (or 0x8DC221) is known color: Limerick. HEX triplet: 8D, C2 and 21. RGB value is (141,194,33). Sum of RGB (Red+Green+Blue) = 141+194+33=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 194 (76.17% from 255 or 52.72% from 368); Blue value is 33 (13.28% from 255 or 8.97% from 368); Max value from RGB is 194 - color contains mainly: green. Hex color #8DC221 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC221 is #723DDE. Grayscale: #A0A0A0. Windows color (decimal): -7486943 or 2212493. OLE color: 2212493.

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

Color convert

RGB 141 194 33 -
CMYK 0.27 0 0.83 0.24
HSL 79.75º 0.71% 0.45% -
HSV(B) 79.75º 0.83% 0.76% -
XYZ 30.55 44.36 8.39 -
YUV 159.8 56.44 114.59 -
System Red Green Blue C M Y K H S L
Decimal 141 194 33 0.27 0 0.83 0.24 79.75 0.71 0.45
Hex 8D C2 21 1B 0 53 18 50 47 2D
Octal 215 302 41 33 0 123 30 120 107 55
Binary 10001101 11000010 100001 11011 0 1010011 11000 1010000 1000111 101101

Color Harmonies of #8DC221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC221

Black with #8DC221

Text Example


Text Example

White with #8DC221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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