#8FBF31

Color #8FBF31 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #8FBF31

Tints of Yellow Green #8FBF31

Color information

#8FBF31 (or 0x8FBF31) is unknown color: approx Yellow Green. HEX triplet: 8F, BF and 31. RGB value is (143,191,49). Sum of RGB (Red+Green+Blue) = 143+191+49=383 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.34% from 383); Green value is 191 (75% from 255 or 49.87% from 383); Blue value is 49 (19.53% from 255 or 12.79% from 383); Max value from RGB is 191 - color contains mainly: green. Hex color #8FBF31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBF31 is #7040CE. Grayscale: #A0A0A0. Windows color (decimal): -7356623 or 3260303. OLE color: 3260303.

HSL color Cylindrical-coordinate representation of color #8FBF31: hue angle of 80.28º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8FBF31 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB14319149-
CMYK0.2500.740.25
HSL80.28º59.17%47.06%-
HSV(B)80.28º74.35%74.9%-
XYZ30.5143.329.66-
YUV160.4665.1115.55-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.34%
GREEN value IS 191 (75% from 255) = 49.87%
BLUE value IS 49 (19.53% from 255) = 12.79%
R=37.34%
G=49.87%
B=12.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal143191490.2500.740.2580.2859.1747.06
Hex8FBF311904A19503b2f
Octal21727761310112311207357
Binary10001111101111111100011100101001010110011010000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBF31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,191,49); }

 H1.HeaderClassName
 {
   color: #8FBF31;
 }
 .AnyTagClassName
 {
   color: #8FBF31;
 }
</style>
background-color css

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

 a { background-color: rgb(143,191,49); }

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

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

 span { border-color: rgb(143,191,49); }

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