Html Css Color HEX #8DB416 Limerick

📋 copy color: '#8DB416'

red 141 ◦ green 180 ◦ blue 22

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

Shades of Limerick #8DB416

Tints of Limerick #8DB416

RGB

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

 GREEN value IS 180 (70.7% from 255) = 52.48%

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

R = 41.11%
G = 52.48%
B = 6.41%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#8DB416 (or 0x8DB416) is known color: Limerick. HEX triplet: 8D, B4 and 16. RGB value is (141,180,22). Sum of RGB (Red+Green+Blue) = 141+180+22=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 180 (70.70% from 255 or 52.48% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB416 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB416 is #724BE9. Grayscale: #969696. Windows color (decimal): -7490538 or 1488013. OLE color: 1488013.

HSL color Cylindrical-coordinate representation of color #8DB416: hue angle of 74.81º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8DB416 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 141 180 22 -
CMYK 0.22 0 0.88 0.29
HSL 74.81º 0.78% 0.4% -
HSV(B) 74.81º 0.88% 0.71% -
XYZ 27.45 38.36 6.72 -
YUV 150.33 55.58 121.35 -
System Red Green Blue C M Y K H S L
Decimal 141 180 22 0.22 0 0.88 0.29 74.81 0.78 0.4
Hex 8D B4 16 16 0 58 1D 4B 4E 28
Octal 215 264 26 26 0 130 35 113 116 50
Binary 10001101 10110100 10110 10110 0 1011000 11101 1001011 1001110 101000

Color Harmonies of #8DB416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB416

Black with #8DB416

Text Example


Text Example

White with #8DB416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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