#B6FA11

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

Shades of Spring Bud #B6FA11

Tints of Spring Bud #B6FA11

Color information

#B6FA11 (or 0xB6FA11) is unknown color: approx Spring Bud. HEX triplet: B6, FA and 11. RGB value is (182,250,17). Sum of RGB (Red+Green+Blue) = 182+250+17=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 250 (98.05% from 255 or 55.68% from 449); Blue value is 17 (7.03% from 255 or 3.79% from 449); Max value from RGB is 250 - color contains mainly: green. Hex color #B6FA11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B6FA11 is #4905EE. Grayscale: #CBCBCB. Windows color (decimal): -4785647 or 1178294. OLE color: 1178294.

HSL color Cylindrical-coordinate representation of color #B6FA11: hue angle of 77.51º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B6FA11 is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB18225017-
CMYK0.2700.930.02
HSL77.51º95.88%52.35%-
HSV(B)77.51º93.2%98.04%-
XYZ53.5878.3612.83-
YUV203.1122.97112.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.53%
GREEN value IS 250 (98.05% from 255) = 55.68%
BLUE value IS 17 (7.03% from 255) = 3.79%
R=40.53%
G=55.68%
B=3.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal182250170.2700.930.0277.5195.8852.35
HexB6FA111B05D24e6034
Octal26637221330135211614064
Binary10110110111110101000111011010111011010011101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FA11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FA11; }

 p { color: rgb(182,250,17); }

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

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

 a { background-color: rgb(182,250,17); }

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

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

 span { border-color: rgb(182,250,17); }

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