Html Css Color HEX #8DB214 Limerick

📋 copy color: '#8DB214'

red 141 ◦ green 178 ◦ blue 20

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

Shades of Limerick #8DB214

Tints of Limerick #8DB214

RGB

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

 GREEN value IS 178 (69.92% from 255) = 52.51%

 BLUE value IS 20 (8.2% from 255) = 5.9%

R = 41.59%
G = 52.51%
B = 5.9%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#8DB214 (or 0x8DB214) is known color: Limerick. HEX triplet: 8D, B2 and 14. RGB value is (141,178,20). Sum of RGB (Red+Green+Blue) = 141+178+20=339 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.59% from 339); Green value is 178 (69.92% from 255 or 52.51% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DB214 is #724DEB. Grayscale: #959595. Windows color (decimal): -7491052 or 1356429. OLE color: 1356429.

HSL color Cylindrical-coordinate representation of color #8DB214: hue angle of 74.05º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8DB214 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 141 178 20 -
CMYK 0.21 0 0.89 0.30
HSL 74.05º 0.8% 0.39% -
HSV(B) 74.05º 0.89% 0.7% -
XYZ 27.03 37.55 6.49 -
YUV 148.93 55.24 122.35 -
System Red Green Blue C M Y K H S L
Decimal 141 178 20 0.21 0 0.89 0.30 74.05 0.8 0.39
Hex 8D B2 14 15 0 59 1E 4A 50 27
Octal 215 262 24 25 0 131 36 112 120 47
Binary 10001101 10110010 10100 10101 0 1011001 11110 1001010 1010000 100111

Color Harmonies of #8DB214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB214

Black with #8DB214

Text Example


Text Example

White with #8DB214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,178,20); }

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

background-color css

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

 a { background-color: rgb(141,178,20); }

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

border-color css

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

 span { border-color: rgb(141,178,20); }

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