#8FBF30

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

Shades of Yellow Green #8FBF30

Tints of Yellow Green #8FBF30

Color information

#8FBF30 (or 0x8FBF30) is unknown color: approx Yellow Green. HEX triplet: 8F, BF and 30. RGB value is (143,191,48). Sum of RGB (Red+Green+Blue) = 143+191+48=382 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.43% from 382); Green value is 191 (75% from 255 or 50% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 191 - color contains mainly: green. Hex color #8FBF30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBF30 is #7040CF. Grayscale: #A0A0A0. Windows color (decimal): -7356624 or 3194767. OLE color: 3194767.

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

Color convert

RGB14319148-
CMYK0.2500.750.25
HSL80.14º59.83%46.86%-
HSV(B)80.14º74.87%74.9%-
XYZ30.4943.319.55-
YUV160.3564.6115.63-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.43%
GREEN value IS 191 (75% from 255) = 50%
BLUE value IS 48 (19.14% from 255) = 12.57%
R=37.43%
G=50%
B=12.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal143191480.2500.750.2580.1459.8346.86
Hex8FBF301904B19503c2f
Octal21727760310113311207457
Binary10001111101111111100001100101001011110011010000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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