Html Css Color HEX #8DBB19 Limerick

📋 copy color: '#8DBB19'

red 141 ◦ green 187 ◦ blue 25

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

Shades of Limerick #8DBB19

Tints of Limerick #8DBB19

RGB

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

 GREEN value IS 187 (73.44% from 255) = 52.97%

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

R = 39.94%
G = 52.97%
B = 7.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#8DBB19 (or 0x8DBB19) is known color: Limerick. HEX triplet: 8D, BB and 19. RGB value is (141,187,25). Sum of RGB (Red+Green+Blue) = 141+187+25=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 187 (73.44% from 255 or 52.97% from 353); Blue value is 25 (10.16% from 255 or 7.08% from 353); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBB19 is #7244E6. Grayscale: #9B9B9B. Windows color (decimal): -7488743 or 1686413. OLE color: 1686413.

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

Color convert

RGB 141 187 25 -
CMYK 0.25 0 0.87 0.27
HSL 77.04º 0.76% 0.42% -
HSV(B) 77.04º 0.87% 0.73% -
XYZ 28.93 41.27 7.36 -
YUV 154.78 54.76 118.17 -
System Red Green Blue C M Y K H S L
Decimal 141 187 25 0.25 0 0.87 0.27 77.04 0.76 0.42
Hex 8D BB 19 19 0 57 1B 4D 4C 2A
Octal 215 273 31 31 0 127 33 115 114 52
Binary 10001101 10111011 11001 11001 0 1010111 11011 1001101 1001100 101010

Color Harmonies of #8DBB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBB19

Black with #8DBB19

Text Example


Text Example

White with #8DBB19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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