Html Css Color HEX #8DBB2A Limerick

📋 copy color: '#8DBB2A'

red 141 ◦ green 187 ◦ blue 42

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

Shades of Limerick #8DBB2A

Tints of Limerick #8DBB2A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 50.54%

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

R = 38.11%
G = 50.54%
B = 11.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#8DBB2A (or 0x8DBB2A) is known color: Limerick. HEX triplet: 8D, BB and 2A. RGB value is (141,187,42). Sum of RGB (Red+Green+Blue) = 141+187+42=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 187 (73.44% from 255 or 50.54% from 370); Blue value is 42 (16.80% from 255 or 11.35% from 370); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBB2A is #7244D5. Grayscale: #9D9D9D. Windows color (decimal): -7488726 or 2800525. OLE color: 2800525.

HSL color Cylindrical-coordinate representation of color #8DBB2A: hue angle of 79.03º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8DBB2A is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 187 42 -
CMYK 0.25 0 0.78 0.27
HSL 79.03º 0.63% 0.45% -
HSV(B) 79.03º 0.78% 0.73% -
XYZ 29.17 41.37 8.64 -
YUV 156.72 63.26 116.79 -
System Red Green Blue C M Y K H S L
Decimal 141 187 42 0.25 0 0.78 0.27 79.03 0.63 0.45
Hex 8D BB 2A 19 0 4E 1B 4F 3F 2D
Octal 215 273 52 31 0 116 33 117 77 55
Binary 10001101 10111011 101010 11001 0 1001110 11011 1001111 111111 101101

Color Harmonies of #8DBB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBB2A

Black with #8DBB2A

Text Example


Text Example

White with #8DBB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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