#B1F902

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

Shades of Spring Bud #B1F902

Tints of Spring Bud #B1F902

Color information

#B1F902 (or 0xB1F902) is unknown color: approx Spring Bud. HEX triplet: B1, F9 and 02. RGB value is (177,249,2). Sum of RGB (Red+Green+Blue) = 177+249+2=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 249 (97.66% from 255 or 58.18% from 428); Blue value is 2 (1.17% from 255 or 0.47% from 428); Max value from RGB is 249 - color contains mainly: green. Hex color #B1F902 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1F902 is #4E06FD. Grayscale: #C8C8C8. Windows color (decimal): -5113598 or 194993. OLE color: 194993.

HSL color Cylindrical-coordinate representation of color #B1F902: hue angle of 77.49º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B1F902 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB1772492-
CMYK0.2900.990.02
HSL77.49º98.41%49.22%-
HSV(B)77.49º99.2%97.65%-
XYZ52.0277.112.2-
YUV199.3116.65112.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.36%
GREEN value IS 249 (97.66% from 255) = 58.18%
BLUE value IS 2 (1.17% from 255) = 0.47%
R=41.36%
G=58.18%
B=0.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal17724920.2900.990.0277.4998.4149.22
HexB1F921D06324d6231
Octal2613712350143211514261
Binary10110001111110011011101011000111010011011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F902; }

 p { color: rgb(177,249,2); }

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

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

 a { background-color: rgb(177,249,2); }

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

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

 span { border-color: rgb(177,249,2); }

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