Html Css Color HEX #B1FF06 Spring Bud

📋 copy color: '#B1FF06'

red 177 ◦ green 255 ◦ blue 6

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

Shades of Spring Bud #B1FF06

Tints of Spring Bud #B1FF06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.37%

R = 40.41%
G = 58.22%
B = 1.37%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#B1FF06 (or 0xB1FF06) is known color: Spring Bud. HEX triplet: B1, FF and 06. RGB value is (177,255,6). Sum of RGB (Red+Green+Blue) = 177+255+6=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 255 (100% from 255 or 58.22% from 438); Blue value is 6 (2.73% from 255 or 1.37% from 438); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FF06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1FF06 is #4E00F9. Grayscale: #CCCCCC. Windows color (decimal): -5112058 or 458673. OLE color: 458673.

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

Color convert

RGB 177 255 6 -
CMYK 0.31 0 0.98 0
HSL 78.8º 1% 0.51% -
HSV(B) 78.8º 0.98% 1% -
XYZ 53.92 80.88 12.94 -
YUV 203.29 16.66 109.25 -
System Red Green Blue C M Y K H S L
Decimal 177 255 6 0.31 0 0.98 0 78.8 1 0.51
Hex B1 FF 6 1F 0 62 0 4F 64 33
Octal 261 377 6 37 0 142 0 117 144 63
Binary 10110001 11111111 110 11111 0 1100010 0 1001111 1100100 110011

Color Harmonies of #B1FF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FF06

Black with #B1FF06

Text Example


Text Example

White with #B1FF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FF06; }

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

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

background-color css

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

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

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

border-color css

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

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

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