Html Css Color HEX #8DB919 Limerick

📋 copy color: '#8DB919'

red 141 ◦ green 185 ◦ blue 25

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

Shades of Limerick #8DB919

Tints of Limerick #8DB919

RGB

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

 GREEN value IS 185 (72.66% from 255) = 52.71%

 BLUE value IS 25 (10.16% from 255) = 7.12%

R = 40.17%
G = 52.71%
B = 7.12%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#8DB919 (or 0x8DB919) is known color: Limerick. HEX triplet: 8D, B9 and 19. RGB value is (141,185,25). Sum of RGB (Red+Green+Blue) = 141+185+25=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 185 (72.66% from 255 or 52.71% from 351); Blue value is 25 (10.16% from 255 or 7.12% from 351); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB919 is #7246E6. Grayscale: #9A9A9A. Windows color (decimal): -7489255 or 1685901. OLE color: 1685901.

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

Color convert

RGB 141 185 25 -
CMYK 0.24 0 0.86 0.27
HSL 76.5º 0.76% 0.41% -
HSV(B) 76.5º 0.86% 0.73% -
XYZ 28.51 40.43 7.22 -
YUV 153.6 55.42 119.01 -
System Red Green Blue C M Y K H S L
Decimal 141 185 25 0.24 0 0.86 0.27 76.5 0.76 0.41
Hex 8D B9 19 18 0 56 1B 4C 4C 29
Octal 215 271 31 30 0 126 33 114 114 51
Binary 10001101 10111001 11001 11000 0 1010110 11011 1001100 1001100 101001

Color Harmonies of #8DB919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB919

Black with #8DB919

Text Example


Text Example

White with #8DB919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,185,25); }

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

background-color css

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

 a { background-color: rgb(141,185,25); }

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

border-color css

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

 span { border-color: rgb(141,185,25); }

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