#B6FF11

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

Shades of Spring Bud #B6FF11

Tints of Spring Bud #B6FF11

Color information

#B6FF11 (or 0xB6FF11) is unknown color: approx Spring Bud. HEX triplet: B6, FF and 11. RGB value is (182,255,17). Sum of RGB (Red+Green+Blue) = 182+255+17=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 255 (100% from 255 or 56.17% from 454); Blue value is 17 (7.03% from 255 or 3.74% from 454); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FF11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B6FF11 is #4900EE. Grayscale: #CECECE. Windows color (decimal): -4784367 or 1179574. OLE color: 1179574.

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

Color convert

RGB18225517-
CMYK0.2900.930
HSL78.4º100%53.33%-
HSV(B)78.4º93.33%100%-
XYZ55.1581.5113.36-
YUV206.0421.32110.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.09%
GREEN value IS 255 (100% from 255) = 56.17%
BLUE value IS 17 (7.03% from 255) = 3.74%
R=40.09%
G=56.17%
B=3.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal182255170.2900.93078.410053.33
HexB6FF111D05D04e6435
Octal26637721350135011614465
Binary1011011011111111100011110101011101010011101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FF11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FF11; }

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

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

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

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

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

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

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

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