#B3FF11

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

Shades of Spring Bud #B3FF11

Tints of Spring Bud #B3FF11

Color information

#B3FF11 (or 0xB3FF11) is unknown color: approx Spring Bud. HEX triplet: B3, FF and 11. RGB value is (179,255,17). Sum of RGB (Red+Green+Blue) = 179+255+17=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 255 (100% from 255 or 56.54% from 451); Blue value is 17 (7.03% from 255 or 3.77% from 451); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FF11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3FF11 is #4C00EE. Grayscale: #CECECE. Windows color (decimal): -4980975 or 1179571. OLE color: 1179571.

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

Color convert

RGB17925517-
CMYK0.3000.930
HSL79.16º100%53.33%-
HSV(B)79.16º93.33%100%-
XYZ54.4581.1413.32-
YUV205.1421.82109.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.69%
GREEN value IS 255 (100% from 255) = 56.54%
BLUE value IS 17 (7.03% from 255) = 3.77%
R=39.69%
G=56.54%
B=3.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal179255170.3000.93079.1610053.33
HexB3FF111E05D04f6435
Octal26337721360135011714465
Binary1011001111111111100011111001011101010011111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FF11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FF11; }

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

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

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

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

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

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

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

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