#B1EE01

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

Shades of Spring Bud #B1EE01

Tints of Spring Bud #B1EE01

Color information

#B1EE01 (or 0xB1EE01) is unknown color: approx Spring Bud. HEX triplet: B1, EE and 01. RGB value is (177,238,1). Sum of RGB (Red+Green+Blue) = 177+238+1=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 238 (93.36% from 255 or 57.21% from 416); Blue value is 1 (0.78% from 255 or 0.24% from 416); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EE01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1EE01 is #4E11FE. Grayscale: #C1C1C1. Windows color (decimal): -5116415 or 126641. OLE color: 126641.

HSL color Cylindrical-coordinate representation of color #B1EE01: hue angle of 75.44º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B1EE01 is Cyan = 0.26, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB1772381-
CMYK0.2601.000.07
HSL75.44º99.16%46.86%-
HSV(B)75.44º99.58%93.33%-
XYZ48.7170.511.07-
YUV192.7419.79116.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.55%
GREEN value IS 238 (93.36% from 255) = 57.21%
BLUE value IS 1 (0.78% from 255) = 0.24%
R=42.55%
G=57.21%
B=0.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal17723810.2601.000.0775.4499.1646.86
HexB1EE11A06474b632f
Octal2613561320144711314357
Binary10110001111011101110100110010011110010111100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EE01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EE01; }

 p { color: rgb(177,238,1); }

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

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

 a { background-color: rgb(177,238,1); }

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

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

 span { border-color: rgb(177,238,1); }

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