Html Css Color HEX #8FB641 Limerick

📋 copy color: '#8FB641'

red 143 ◦ green 182 ◦ blue 65

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

Shades of Limerick #8FB641

Tints of Limerick #8FB641

RGB

 RED value IS 143 (56.25% from 255) = 36.67%

 GREEN value IS 182 (71.48% from 255) = 46.67%

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

R = 36.67%
G = 46.67%
B = 16.67%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#8FB641 (or 0x8FB641) is known color: Limerick. HEX triplet: 8F, B6 and 41. RGB value is (143,182,65). Sum of RGB (Red+Green+Blue) = 143+182+65=390 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.67% from 390); Green value is 182 (71.48% from 255 or 46.67% from 390); Blue value is 65 (25.78% from 255 or 16.67% from 390); Max value from RGB is 182 - color contains mainly: green. Hex color #8FB641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FB641 is #7049BE. Grayscale: #9D9D9D. Windows color (decimal): -7358911 or 4306575. OLE color: 4306575.

HSL color Cylindrical-coordinate representation of color #8FB641: hue angle of 80º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8FB641 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 143 182 65 -
CMYK 0.21 0 0.64 0.29
HSL 80º 0.47% 0.48% -
HSV(B) 80º 0.64% 0.71% -
XYZ 29.01 39.68 11.13 -
YUV 157 76.08 118.01 -
System Red Green Blue C M Y K H S L
Decimal 143 182 65 0.21 0 0.64 0.29 80 0.47 0.48
Hex 8F B6 41 15 0 40 1D 50 2F 30
Octal 217 266 101 25 0 100 35 120 57 60
Binary 10001111 10110110 1000001 10101 0 1000000 11101 1010000 101111 110000

Color Harmonies of #8FB641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB641

Black with #8FB641

Text Example


Text Example

White with #8FB641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,182,65); }

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

background-color css

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

 a { background-color: rgb(143,182,65); }

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

border-color css

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

 span { border-color: rgb(143,182,65); }

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