Html Css Color HEX #8DB61B Limerick

📋 copy color: '#8DB61B'

red 141 ◦ green 182 ◦ blue 27

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

Shades of Limerick #8DB61B

Tints of Limerick #8DB61B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 52%

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

R = 40.29%
G = 52%
B = 7.71%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#8DB61B (or 0x8DB61B) is known color: Limerick. HEX triplet: 8D, B6 and 1B. RGB value is (141,182,27). Sum of RGB (Red+Green+Blue) = 141+182+27=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 182 (71.48% from 255 or 52% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB61B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB61B is #7249E4. Grayscale: #989898. Windows color (decimal): -7490021 or 1816205. OLE color: 1816205.

HSL color Cylindrical-coordinate representation of color #8DB61B: hue angle of 75.87º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8DB61B is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 141 182 27 -
CMYK 0.23 0 0.85 0.29
HSL 75.87º 0.74% 0.41% -
HSV(B) 75.87º 0.85% 0.71% -
XYZ 27.91 39.2 7.13 -
YUV 152.07 57.42 120.1 -
System Red Green Blue C M Y K H S L
Decimal 141 182 27 0.23 0 0.85 0.29 75.87 0.74 0.41
Hex 8D B6 1B 17 0 55 1D 4C 4A 29
Octal 215 266 33 27 0 125 35 114 112 51
Binary 10001101 10110110 11011 10111 0 1010101 11101 1001100 1001010 101001

Color Harmonies of #8DB61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB61B

Black with #8DB61B

Text Example


Text Example

White with #8DB61B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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