#B1FF12

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

Shades of Spring Bud #B1FF12

Tints of Spring Bud #B1FF12

Color information

#B1FF12 (or 0xB1FF12) is unknown color: approx Spring Bud. HEX triplet: B1, FF and 12. RGB value is (177,255,18). Sum of RGB (Red+Green+Blue) = 177+255+18=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 255 (100% from 255 or 56.67% from 450); Blue value is 18 (7.42% from 255 or 4% from 450); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FF12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1FF12 is #4E00ED. Grayscale: #CDCDCD. Windows color (decimal): -5112046 or 1245105. OLE color: 1245105.

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

Color convert

RGB17725518-
CMYK0.3100.930
HSL79.75º100%53.53%-
HSV(B)79.75º92.94%100%-
XYZ5480.9113.34-
YUV204.6622.66108.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.33%
GREEN value IS 255 (100% from 255) = 56.67%
BLUE value IS 18 (7.42% from 255) = 4%
R=39.33%
G=56.67%
B=4%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal177255180.3100.93079.7510053.53
HexB1FF121F05D0506436
Octal26137722370135012014466
Binary1011000111111111100101111101011101010100001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FF12; }

 p { color: rgb(177,255,18); }

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

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

 a { background-color: rgb(177,255,18); }

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

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

 span { border-color: rgb(177,255,18); }

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