#B0FA3F

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

Shades of Green Yellow #B0FA3F

Tints of Green Yellow #B0FA3F

Color information

#B0FA3F (or 0xB0FA3F) is unknown color: approx Green Yellow. HEX triplet: B0, FA and 3F. RGB value is (176,250,63). Sum of RGB (Red+Green+Blue) = 176+250+63=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 250 (98.05% from 255 or 51.12% from 489); Blue value is 63 (25% from 255 or 12.88% from 489); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FA3F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0FA3F is #4F05C0. Grayscale: #CFCFCF. Windows color (decimal): -5178817 or 4192944. OLE color: 4192944.

HSL color Cylindrical-coordinate representation of color #B0FA3F: hue angle of 83.74º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B0FA3F is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB17625063-
CMYK0.3000.750.02
HSL83.74º94.92%61.37%-
HSV(B)83.74º74.8%98.04%-
XYZ52.9977.9616.96-
YUV206.5646.98106.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.99%
GREEN value IS 250 (98.05% from 255) = 51.12%
BLUE value IS 63 (25% from 255) = 12.88%
R=35.99%
G=51.12%
B=12.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal176250630.3000.750.0283.7494.9261.37
HexB0FA3F1E04B2545f3d
Octal26037277360113212413775
Binary101100001111101011111111110010010111010101001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FA3F; }

 p { color: rgb(176,250,63); }

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

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

 a { background-color: rgb(176,250,63); }

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

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

 span { border-color: rgb(176,250,63); }

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