Html Css Color HEX #B1FF03 Spring Bud

📋 copy color: '#B1FF03'

red 177 ◦ green 255 ◦ blue 3

#B1FF03
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Bud #B1FF03

Tints of Spring Bud #B1FF03

RGB

 RED value IS 177 (69.53% from 255) = 40.69%

 GREEN value IS 255 (100% from 255) = 58.62%

 BLUE value IS 3 (1.56% from 255) = 0.69%

R = 40.69%
G = 58.62%
B = 0.69%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#B1FF03 (or 0xB1FF03) is known color: Spring Bud. HEX triplet: B1, FF and 03. RGB value is (177,255,3). Sum of RGB (Red+Green+Blue) = 177+255+3=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 255 (100% from 255 or 58.62% from 435); Blue value is 3 (1.56% from 255 or 0.69% from 435); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FF03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1FF03 is #4E00FC. Grayscale: #CBCBCB. Windows color (decimal): -5112061 or 262065. OLE color: 262065.

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

Color convert

RGB 177 255 3 -
CMYK 0.31 0 0.99 0
HSL 78.57º 1% 0.51% -
HSV(B) 78.57º 0.99% 1% -
XYZ 53.91 80.87 12.86 -
YUV 202.95 15.16 109.49 -
System Red Green Blue C M Y K H S L
Decimal 177 255 3 0.31 0 0.99 0 78.57 1 0.51
Hex B1 FF 3 1F 0 63 0 4F 64 33
Octal 261 377 3 37 0 143 0 117 144 63
Binary 10110001 11111111 11 11111 0 1100011 0 1001111 1100100 110011

Color Harmonies of #B1FF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FF03

Black with #B1FF03

Text Example


Text Example

White with #B1FF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FF03; }

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

 H1.HeaderClassName
 {
   color: #B1FF03;
 }
 .AnyTagClassName
 {
   color: #B1FF03;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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