#B0FE0F

Color #B0FE0F Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #B0FE0F

Tints of Spring Bud #B0FE0F

Color information

#B0FE0F (or 0xB0FE0F) is unknown color: approx Spring Bud. HEX triplet: B0, FE and 0F. RGB value is (176,254,15). Sum of RGB (Red+Green+Blue) = 176+254+15=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 254 (99.61% from 255 or 57.08% from 445); Blue value is 15 (6.25% from 255 or 3.37% from 445); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FE0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0FE0F is #4F01F0. Grayscale: #CCCCCC. Windows color (decimal): -5177841 or 1048240. OLE color: 1048240.

HSL color Cylindrical-coordinate representation of color #B0FE0F: hue angle of 79.58º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0FE0F is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.

Color convert

RGB17625415-
CMYK0.3100.940.00
HSL79.58º99.17%52.75%-
HSV(B)79.58º94.09%99.61%-
XYZ53.4380.1513.11-
YUV203.4321.66108.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.55%
GREEN value IS 254 (99.61% from 255) = 57.08%
BLUE value IS 15 (6.25% from 255) = 3.37%
R=39.55%
G=57.08%
B=3.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal176254150.3100.940.0079.5899.1752.75
HexB0FEF1F05E0506335
Octal26037617370136012014365
Binary101100001111111011111111101011110010100001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FE0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FE0F; }

 p { color: rgb(176,254,15); }

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

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

 a { background-color: rgb(176,254,15); }

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

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

 span { border-color: rgb(176,254,15); }

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