Html Css Color HEX #8DB316 Limerick

📋 copy color: '#8DB316'

red 141 ◦ green 179 ◦ blue 22

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

Shades of Limerick #8DB316

Tints of Limerick #8DB316

RGB

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

 GREEN value IS 179 (70.31% from 255) = 52.34%

 BLUE value IS 22 (8.98% from 255) = 6.43%

R = 41.23%
G = 52.34%
B = 6.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#8DB316 (or 0x8DB316) is known color: Limerick. HEX triplet: 8D, B3 and 16. RGB value is (141,179,22). Sum of RGB (Red+Green+Blue) = 141+179+22=342 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.23% from 342); Green value is 179 (70.31% from 255 or 52.34% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 179 - color contains mainly: green. Hex color #8DB316 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB316 is #724CE9. Grayscale: #969696. Windows color (decimal): -7490794 or 1487757. OLE color: 1487757.

HSL color Cylindrical-coordinate representation of color #8DB316: hue angle of 74.52º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8DB316 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 141 179 22 -
CMYK 0.21 0 0.88 0.30
HSL 74.52º 0.78% 0.39% -
HSV(B) 74.52º 0.88% 0.7% -
XYZ 27.25 37.96 6.65 -
YUV 149.74 55.91 121.77 -
System Red Green Blue C M Y K H S L
Decimal 141 179 22 0.21 0 0.88 0.30 74.52 0.78 0.39
Hex 8D B3 16 15 0 58 1E 4B 4E 27
Octal 215 263 26 25 0 130 36 113 116 47
Binary 10001101 10110011 10110 10101 0 1011000 11110 1001011 1001110 100111

Color Harmonies of #8DB316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB316

Black with #8DB316

Text Example


Text Example

White with #8DB316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,179,22); }

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

background-color css

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

 a { background-color: rgb(141,179,22); }

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

border-color css

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

 span { border-color: rgb(141,179,22); }

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