Html Css Color HEX #8DB31F Limerick

📋 copy color: '#8DB31F'

red 141 ◦ green 179 ◦ blue 31

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

Shades of Limerick #8DB31F

Tints of Limerick #8DB31F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.83%

R = 40.17%
G = 51%
B = 8.83%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#8DB31F (or 0x8DB31F) is known color: Limerick. HEX triplet: 8D, B3 and 1F. RGB value is (141,179,31). Sum of RGB (Red+Green+Blue) = 141+179+31=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 179 (70.31% from 255 or 51.00% from 351); Blue value is 31 (12.5% from 255 or 8.83% from 351); Max value from RGB is 179 - color contains mainly: green. Hex color #8DB31F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB31F is #724CE0. Grayscale: #979797. Windows color (decimal): -7490785 or 2077581. OLE color: 2077581.

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

Color convert

RGB 141 179 31 -
CMYK 0.21 0 0.83 0.30
HSL 75.41º 0.7% 0.41% -
HSV(B) 75.41º 0.83% 0.7% -
XYZ 27.35 38 7.19 -
YUV 150.77 60.41 121.03 -
System Red Green Blue C M Y K H S L
Decimal 141 179 31 0.21 0 0.83 0.30 75.41 0.7 0.41
Hex 8D B3 1F 15 0 53 1E 4B 46 29
Octal 215 263 37 25 0 123 36 113 106 51
Binary 10001101 10110011 11111 10101 0 1010011 11110 1001011 1000110 101001

Color Harmonies of #8DB31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB31F

Black with #8DB31F

Text Example


Text Example

White with #8DB31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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