Html Css Color HEX #8DBF2A Limerick

📋 copy color: '#8DBF2A'

red 141 ◦ green 191 ◦ blue 42

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

Shades of Limerick #8DBF2A

Tints of Limerick #8DBF2A

RGB

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

 GREEN value IS 191 (75% from 255) = 51.07%

 BLUE value IS 42 (16.8% from 255) = 11.23%

R = 37.7%
G = 51.07%
B = 11.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#8DBF2A (or 0x8DBF2A) is known color: Limerick. HEX triplet: 8D, BF and 2A. RGB value is (141,191,42). Sum of RGB (Red+Green+Blue) = 141+191+42=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 191 (75% from 255 or 51.07% from 374); Blue value is 42 (16.80% from 255 or 11.23% from 374); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBF2A is #7240D5. Grayscale: #9F9F9F. Windows color (decimal): -7487702 or 2801549. OLE color: 2801549.

HSL color Cylindrical-coordinate representation of color #8DBF2A: hue angle of 80.13º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8DBF2A is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 141 191 42 -
CMYK 0.26 0 0.78 0.25
HSL 80.13º 0.64% 0.46% -
HSV(B) 80.13º 0.78% 0.75% -
XYZ 30.03 43.09 8.93 -
YUV 159.06 61.94 115.12 -
System Red Green Blue C M Y K H S L
Decimal 141 191 42 0.26 0 0.78 0.25 80.13 0.64 0.46
Hex 8D BF 2A 1A 0 4E 19 50 40 2E
Octal 215 277 52 32 0 116 31 120 100 56
Binary 10001101 10111111 101010 11010 0 1001110 11001 1010000 1000000 101110

Color Harmonies of #8DBF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBF2A

Black with #8DBF2A

Text Example


Text Example

White with #8DBF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,191,42); }

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

background-color css

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

 a { background-color: rgb(141,191,42); }

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

border-color css

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

 span { border-color: rgb(141,191,42); }

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