Html Css Color HEX #8DB11B Limerick

📋 copy color: '#8DB11B'

red 141 ◦ green 177 ◦ blue 27

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

Shades of Limerick #8DB11B

Tints of Limerick #8DB11B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 51.3%

 BLUE value IS 27 (10.94% from 255) = 7.83%

R = 40.87%
G = 51.3%
B = 7.83%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#8DB11B (or 0x8DB11B) is known color: Limerick. HEX triplet: 8D, B1 and 1B. RGB value is (141,177,27). Sum of RGB (Red+Green+Blue) = 141+177+27=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 177 (69.53% from 255 or 51.30% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 177 - color contains mainly: green. Hex color #8DB11B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB11B is #724EE4. Grayscale: #959595. Windows color (decimal): -7491301 or 1814925. OLE color: 1814925.

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

Color convert

RGB 141 177 27 -
CMYK 0.20 0 0.85 0.31
HSL 74.4º 0.74% 0.4% -
HSV(B) 74.4º 0.85% 0.69% -
XYZ 26.9 37.19 6.8 -
YUV 149.14 59.07 122.2 -
System Red Green Blue C M Y K H S L
Decimal 141 177 27 0.20 0 0.85 0.31 74.4 0.74 0.4
Hex 8D B1 1B 14 0 55 1F 4A 4A 28
Octal 215 261 33 24 0 125 37 112 112 50
Binary 10001101 10110001 11011 10100 0 1010101 11111 1001010 1001010 101000

Color Harmonies of #8DB11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB11B

Black with #8DB11B

Text Example


Text Example

White with #8DB11B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,177,27); }

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

background-color css

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

 a { background-color: rgb(141,177,27); }

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

border-color css

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

 span { border-color: rgb(141,177,27); }

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