Html Css Color HEX #8DAF3F Limerick

📋 copy color: '#8DAF3F'

red 141 ◦ green 175 ◦ blue 63

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

Shades of Limerick #8DAF3F

Tints of Limerick #8DAF3F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.17%

 BLUE value IS 63 (25% from 255) = 16.62%

R = 37.2%
G = 46.17%
B = 16.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#8DAF3F (or 0x8DAF3F) is known color: Limerick. HEX triplet: 8D, AF and 3F. RGB value is (141,175,63). Sum of RGB (Red+Green+Blue) = 141+175+63=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAF3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAF3F is #7250C0. Grayscale: #989898. Windows color (decimal): -7491777 or 4173709. OLE color: 4173709.

HSL color Cylindrical-coordinate representation of color #8DAF3F: hue angle of 78.21º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8DAF3F is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 141 175 63 -
CMYK 0.19 0 0.64 0.31
HSL 78.21º 0.47% 0.47% -
HSV(B) 78.21º 0.64% 0.69% -
XYZ 27.21 36.68 10.35 -
YUV 152.07 77.74 120.11 -
System Red Green Blue C M Y K H S L
Decimal 141 175 63 0.19 0 0.64 0.31 78.21 0.47 0.47
Hex 8D AF 3F 13 0 40 1F 4E 2F 2F
Octal 215 257 77 23 0 100 37 116 57 57
Binary 10001101 10101111 111111 10011 0 1000000 11111 1001110 101111 101111

Color Harmonies of #8DAF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAF3F

Black with #8DAF3F

Text Example


Text Example

White with #8DAF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,175,63); }

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

background-color css

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

 a { background-color: rgb(141,175,63); }

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

border-color css

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

 span { border-color: rgb(141,175,63); }

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