#8BF94A

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

Shades of Green Yellow #8BF94A

Tints of Green Yellow #8BF94A

Color information

#8BF94A (or 0x8BF94A) is unknown color: approx Green Yellow. HEX triplet: 8B, F9 and 4A. RGB value is (139,249,74). Sum of RGB (Red+Green+Blue) = 139+249+74=462 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.09% from 462); Green value is 249 (97.66% from 255 or 53.90% from 462); Blue value is 74 (29.30% from 255 or 16.02% from 462); Max value from RGB is 249 - color contains mainly: green. Hex color #8BF94A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8BF94A is #7406B5. Grayscale: #C4C4C4. Windows color (decimal): -7603894 or 4913547. OLE color: 4913547.

HSL color Cylindrical-coordinate representation of color #8BF94A: hue angle of 97.71º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8BF94A is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB13924974-
CMYK0.4400.700.02
HSL97.71º93.58%63.33%-
HSV(B)97.71º70.28%97.65%-
XYZ45.7673.7318.3-
YUV196.1659.0687.23-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.09%
GREEN value IS 249 (97.66% from 255) = 53.90%
BLUE value IS 74 (29.30% from 255) = 16.02%
R=30.09%
G=53.90%
B=16.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal139249740.4400.700.0297.7193.5863.33
Hex8BF94A2C0462625e3f
Octal213371112540106214213677
Binary10001011111110011001010101100010001101011000101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,249,74); }

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

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

 a { background-color: rgb(139,249,74); }

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

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

 span { border-color: rgb(139,249,74); }

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