Html Css Color HEX #B1FB06 Spring Bud

📋 copy color: '#B1FB06'

red 177 ◦ green 251 ◦ blue 6

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

Shades of Spring Bud #B1FB06

Tints of Spring Bud #B1FB06

RGB

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

 GREEN value IS 251 (98.44% from 255) = 57.83%

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

R = 40.78%
G = 57.83%
B = 1.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#B1FB06 (or 0xB1FB06) is known color: Spring Bud. HEX triplet: B1, FB and 06. RGB value is (177,251,6). Sum of RGB (Red+Green+Blue) = 177+251+6=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 251 (98.44% from 255 or 57.83% from 434); Blue value is 6 (2.73% from 255 or 1.38% from 434); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FB06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1FB06 is #4E04F9. Grayscale: #C9C9C9. Windows color (decimal): -5113082 or 457649. OLE color: 457649.

HSL color Cylindrical-coordinate representation of color #B1FB06: hue angle of 78.12º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B1FB06 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 251 6 -
CMYK 0.29 0 0.98 0.02
HSL 78.12º 0.97% 0.5% -
HSV(B) 78.12º 0.98% 0.98% -
XYZ 52.66 78.35 12.52 -
YUV 200.94 17.98 110.92 -
System Red Green Blue C M Y K H S L
Decimal 177 251 6 0.29 0 0.98 0.02 78.12 0.97 0.5
Hex B1 FB 6 1D 0 62 2 4E 61 32
Octal 261 373 6 35 0 142 2 116 141 62
Binary 10110001 11111011 110 11101 0 1100010 10 1001110 1100001 110010

Color Harmonies of #B1FB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FB06

Black with #B1FB06

Text Example


Text Example

White with #B1FB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FB06; }

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

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

background-color css

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

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

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

border-color css

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

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

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