#B0FC0F

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

Shades of Spring Bud #B0FC0F

Tints of Spring Bud #B0FC0F

Color information

#B0FC0F (or 0xB0FC0F) is unknown color: approx Spring Bud. HEX triplet: B0, FC and 0F. RGB value is (176,252,15). Sum of RGB (Red+Green+Blue) = 176+252+15=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 252 (98.83% from 255 or 56.88% from 443); Blue value is 15 (6.25% from 255 or 3.39% from 443); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FC0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0FC0F is #4F03F0. Grayscale: #CBCBCB. Windows color (decimal): -5178353 or 1047728. OLE color: 1047728.

HSL color Cylindrical-coordinate representation of color #B0FC0F: hue angle of 79.24º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0FC0F is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB17625215-
CMYK0.3000.940.01
HSL79.24º97.53%52.35%-
HSV(B)79.24º94.05%98.82%-
XYZ52.878.8912.9-
YUV202.2622.32109.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.73%
GREEN value IS 252 (98.83% from 255) = 56.88%
BLUE value IS 15 (6.25% from 255) = 3.39%
R=39.73%
G=56.88%
B=3.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal176252150.3000.940.0179.2497.5352.35
HexB0FCF1E05E14f6234
Octal26037417360136111714264
Binary101100001111110011111111001011110110011111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FC0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FC0F; }

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

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

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

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

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

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

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

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