Html Css Color HEX #8DB01E Limerick

📋 copy color: '#8DB01E'

red 141 ◦ green 176 ◦ blue 30

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

Shades of Limerick #8DB01E

Tints of Limerick #8DB01E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 50.72%

 BLUE value IS 30 (12.11% from 255) = 8.65%

R = 40.63%
G = 50.72%
B = 8.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#8DB01E (or 0x8DB01E) is known color: Limerick. HEX triplet: 8D, B0 and 1E. RGB value is (141,176,30). Sum of RGB (Red+Green+Blue) = 141+176+30=347 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.63% from 347); Green value is 176 (69.14% from 255 or 50.72% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB01E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB01E is #724FE1. Grayscale: #959595. Windows color (decimal): -7491554 or 2011277. OLE color: 2011277.

HSL color Cylindrical-coordinate representation of color #8DB01E: hue angle of 74.38º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8DB01E is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 141 176 30 -
CMYK 0.20 0 0.83 0.31
HSL 74.38º 0.71% 0.4% -
HSV(B) 74.38º 0.83% 0.69% -
XYZ 26.74 36.81 6.92 -
YUV 148.89 60.9 122.37 -
System Red Green Blue C M Y K H S L
Decimal 141 176 30 0.20 0 0.83 0.31 74.38 0.71 0.4
Hex 8D B0 1E 14 0 53 1F 4A 47 28
Octal 215 260 36 24 0 123 37 112 107 50
Binary 10001101 10110000 11110 10100 0 1010011 11111 1001010 1000111 101000

Color Harmonies of #8DB01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB01E

Black with #8DB01E

Text Example


Text Example

White with #8DB01E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,176,30); }

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

background-color css

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

 a { background-color: rgb(141,176,30); }

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

border-color css

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

 span { border-color: rgb(141,176,30); }

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