Html Css Color HEX #8DB92A Limerick

📋 copy color: '#8DB92A'

red 141 ◦ green 185 ◦ blue 42

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

Shades of Limerick #8DB92A

Tints of Limerick #8DB92A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50.27%

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

R = 38.32%
G = 50.27%
B = 11.41%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#8DB92A (or 0x8DB92A) is known color: Limerick. HEX triplet: 8D, B9 and 2A. RGB value is (141,185,42). Sum of RGB (Red+Green+Blue) = 141+185+42=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 185 (72.66% from 255 or 50.27% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB92A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB92A is #7246D5. Grayscale: #9C9C9C. Windows color (decimal): -7489238 or 2800013. OLE color: 2800013.

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

Color convert

RGB 141 185 42 -
CMYK 0.24 0 0.77 0.27
HSL 78.46º 0.63% 0.45% -
HSV(B) 78.46º 0.77% 0.73% -
XYZ 28.75 40.53 8.5 -
YUV 155.54 63.92 117.63 -
System Red Green Blue C M Y K H S L
Decimal 141 185 42 0.24 0 0.77 0.27 78.46 0.63 0.45
Hex 8D B9 2A 18 0 4D 1B 4E 3F 2D
Octal 215 271 52 30 0 115 33 116 77 55
Binary 10001101 10111001 101010 11000 0 1001101 11011 1001110 111111 101101

Color Harmonies of #8DB92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB92A

Black with #8DB92A

Text Example


Text Example

White with #8DB92A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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