#B1FC0F

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

Shades of Spring Bud #B1FC0F

Tints of Spring Bud #B1FC0F

Color information

#B1FC0F (or 0xB1FC0F) is unknown color: approx Spring Bud. HEX triplet: B1, FC and 0F. RGB value is (177,252,15). Sum of RGB (Red+Green+Blue) = 177+252+15=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 252 (98.83% from 255 or 56.76% from 444); Blue value is 15 (6.25% from 255 or 3.38% from 444); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FC0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1FC0F is #4E03F0. Grayscale: #CBCBCB. Windows color (decimal): -5112817 or 1047729. OLE color: 1047729.

HSL color Cylindrical-coordinate representation of color #B1FC0F: hue angle of 78.99º 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 #B1FC0F is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB17725215-
CMYK0.3000.940.01
HSL78.99º97.53%52.35%-
HSV(B)78.99º94.05%98.82%-
XYZ53.037912.91-
YUV202.5622.15109.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.86%
GREEN value IS 252 (98.83% from 255) = 56.76%
BLUE value IS 15 (6.25% from 255) = 3.38%
R=39.86%
G=56.76%
B=3.38%

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
Decimal177252150.3000.940.0178.9997.5352.35
HexB1FCF1E05E14f6234
Octal26137417360136111714264
Binary101100011111110011111111001011110110011111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FC0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FC0F; }

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

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

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

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

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

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

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

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