Html Css Color HEX #8DB030 Limerick

📋 copy color: '#8DB030'

red 141 ◦ green 176 ◦ blue 48

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

Shades of Limerick #8DB030

Tints of Limerick #8DB030

RGB

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

 GREEN value IS 176 (69.14% from 255) = 48.22%

 BLUE value IS 48 (19.14% from 255) = 13.15%

R = 38.63%
G = 48.22%
B = 13.15%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#8DB030 (or 0x8DB030) is known color: Limerick. HEX triplet: 8D, B0 and 30. RGB value is (141,176,48). Sum of RGB (Red+Green+Blue) = 141+176+48=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 176 (69.14% from 255 or 48.22% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB030 is #724FCF. Grayscale: #979797. Windows color (decimal): -7491536 or 3190925. OLE color: 3190925.

HSL color Cylindrical-coordinate representation of color #8DB030: hue angle of 76.41º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8DB030 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 141 176 48 -
CMYK 0.20 0 0.73 0.31
HSL 76.41º 0.57% 0.44% -
HSV(B) 76.41º 0.73% 0.69% -
XYZ 27.04 36.93 8.5 -
YUV 150.94 69.9 120.91 -
System Red Green Blue C M Y K H S L
Decimal 141 176 48 0.20 0 0.73 0.31 76.41 0.57 0.44
Hex 8D B0 30 14 0 49 1F 4C 39 2C
Octal 215 260 60 24 0 111 37 114 71 54
Binary 10001101 10110000 110000 10100 0 1001001 11111 1001100 111001 101100

Color Harmonies of #8DB030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB030

Black with #8DB030

Text Example


Text Example

White with #8DB030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,176,48); }

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

background-color css

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

 a { background-color: rgb(141,176,48); }

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

border-color css

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

 span { border-color: rgb(141,176,48); }

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