Html Css Color HEX #8DBA2F Limerick

📋 copy color: '#8DBA2F'

red 141 ◦ green 186 ◦ blue 47

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

Shades of Limerick #8DBA2F

Tints of Limerick #8DBA2F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.73%

 BLUE value IS 47 (18.75% from 255) = 12.57%

R = 37.7%
G = 49.73%
B = 12.57%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#8DBA2F (or 0x8DBA2F) is known color: Limerick. HEX triplet: 8D, BA and 2F. RGB value is (141,186,47). Sum of RGB (Red+Green+Blue) = 141+186+47=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 47 (18.75% from 255 or 12.57% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBA2F is #7245D0. Grayscale: #9D9D9D. Windows color (decimal): -7488977 or 3127949. OLE color: 3127949.

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

Color convert

RGB 141 186 47 -
CMYK 0.24 0 0.75 0.27
HSL 79.42º 0.6% 0.46% -
HSV(B) 79.42º 0.75% 0.73% -
XYZ 29.06 40.99 9.07 -
YUV 156.7 66.09 116.8 -
System Red Green Blue C M Y K H S L
Decimal 141 186 47 0.24 0 0.75 0.27 79.42 0.6 0.46
Hex 8D BA 2F 18 0 4B 1B 4F 3C 2E
Octal 215 272 57 30 0 113 33 117 74 56
Binary 10001101 10111010 101111 11000 0 1001011 11011 1001111 111100 101110

Color Harmonies of #8DBA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBA2F

Black with #8DBA2F

Text Example


Text Example

White with #8DBA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,186,47); }

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

background-color css

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

 a { background-color: rgb(141,186,47); }

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

border-color css

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

 span { border-color: rgb(141,186,47); }

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