Html Css Color HEX #B9FF01 Spring Bud

📋 copy color: '#B9FF01'

red 185 ◦ green 255 ◦ blue 1

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

Shades of Spring Bud #B9FF01

Tints of Spring Bud #B9FF01

RGB

 RED value IS 185 (72.66% from 255) = 41.95%

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 41.95%
G = 57.82%
B = 0.23%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#B9FF01 (or 0xB9FF01) is known color: Spring Bud. HEX triplet: B9, FF and 01. RGB value is (185,255,1). Sum of RGB (Red+Green+Blue) = 185+255+1=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 255 (100% from 255 or 57.82% from 441); Blue value is 1 (0.78% from 255 or 0.23% from 441); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FF01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9FF01 is #4600FE. Grayscale: #CECECE. Windows color (decimal): -4587775 or 131001. OLE color: 131001.

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

Color convert

RGB 185 255 1 -
CMYK 0.27 0 1.00 0
HSL 76.54º 1% 0.5% -
HSV(B) 76.54º 1% 1% -
XYZ 55.77 81.84 12.89 -
YUV 205.11 12.81 113.65 -
System Red Green Blue C M Y K H S L
Decimal 185 255 1 0.27 0 1.00 0 76.54 1 0.5
Hex B9 FF 1 1B 0 64 0 4D 64 32
Octal 271 377 1 33 0 144 0 115 144 62
Binary 10111001 11111111 1 11011 0 1100100 0 1001101 1100100 110010

Color Harmonies of #B9FF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FF01

Black with #B9FF01

Text Example


Text Example

White with #B9FF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FF01; }

 p { color: rgb(185,255,1); }

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

background-color css

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

 a { background-color: rgb(185,255,1); }

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

border-color css

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

 span { border-color: rgb(185,255,1); }

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