Html Css Color HEX #8DAE41 Limerick

📋 copy color: '#8DAE41'

red 141 ◦ green 174 ◦ blue 65

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

Shades of Limerick #8DAE41

Tints of Limerick #8DAE41

RGB

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

 GREEN value IS 174 (68.36% from 255) = 45.79%

 BLUE value IS 65 (25.78% from 255) = 17.11%

R = 37.11%
G = 45.79%
B = 17.11%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#8DAE41 (or 0x8DAE41) is known color: Limerick. HEX triplet: 8D, AE and 41. RGB value is (141,174,65). Sum of RGB (Red+Green+Blue) = 141+174+65=380 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.11% from 380); Green value is 174 (68.36% from 255 or 45.79% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAE41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAE41 is #7251BE. Grayscale: #989898. Windows color (decimal): -7492031 or 4304525. OLE color: 4304525.

HSL color Cylindrical-coordinate representation of color #8DAE41: hue angle of 78.17º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8DAE41 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB 141 174 65 -
CMYK 0.19 0 0.63 0.32
HSL 78.17º 0.46% 0.47% -
HSV(B) 78.17º 0.63% 0.68% -
XYZ 27.07 36.32 10.58 -
YUV 151.71 79.07 120.36 -
System Red Green Blue C M Y K H S L
Decimal 141 174 65 0.19 0 0.63 0.32 78.17 0.46 0.47
Hex 8D AE 41 13 0 3F 20 4E 2E 2F
Octal 215 256 101 23 0 77 40 116 56 57
Binary 10001101 10101110 1000001 10011 0 111111 100000 1001110 101110 101111

Color Harmonies of #8DAE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAE41

Black with #8DAE41

Text Example


Text Example

White with #8DAE41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,174,65); }

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

background-color css

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

 a { background-color: rgb(141,174,65); }

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

border-color css

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

 span { border-color: rgb(141,174,65); }

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