Html Css Color HEX #8FBC1F Limerick

📋 copy color: '#8FBC1F'

red 143 ◦ green 188 ◦ blue 31

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

Shades of Limerick #8FBC1F

Tints of Limerick #8FBC1F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.93%

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

R = 39.5%
G = 51.93%
B = 8.56%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#8FBC1F (or 0x8FBC1F) is known color: Limerick. HEX triplet: 8F, BC and 1F. RGB value is (143,188,31). Sum of RGB (Red+Green+Blue) = 143+188+31=362 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.50% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 31 (12.5% from 255 or 8.56% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBC1F is #7043E0. Grayscale: #9D9D9D. Windows color (decimal): -7357409 or 2079887. OLE color: 2079887.

HSL color Cylindrical-coordinate representation of color #8FBC1F: hue angle of 77.2º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8FBC1F is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 143 188 31 -
CMYK 0.24 0 0.84 0.26
HSL 77.2º 0.72% 0.43% -
HSV(B) 77.2º 0.84% 0.74% -
XYZ 29.56 41.91 7.83 -
YUV 156.65 57.09 118.27 -
System Red Green Blue C M Y K H S L
Decimal 143 188 31 0.24 0 0.84 0.26 77.2 0.72 0.43
Hex 8F BC 1F 18 0 54 1A 4D 48 2B
Octal 217 274 37 30 0 124 32 115 110 53
Binary 10001111 10111100 11111 11000 0 1010100 11010 1001101 1001000 101011

Color Harmonies of #8FBC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBC1F

Black with #8FBC1F

Text Example


Text Example

White with #8FBC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,188,31); }

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

background-color css

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

 a { background-color: rgb(143,188,31); }

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

border-color css

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

 span { border-color: rgb(143,188,31); }

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