Html Css Color HEX #B1F708 Spring Bud

📋 copy color: '#B1F708'

red 177 ◦ green 247 ◦ blue 8

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

Shades of Spring Bud #B1F708

Tints of Spring Bud #B1F708

RGB

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

 GREEN value IS 247 (96.88% from 255) = 57.18%

 BLUE value IS 8 (3.52% from 255) = 1.85%

R = 40.97%
G = 57.18%
B = 1.85%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#B1F708 (or 0xB1F708) is known color: Spring Bud. HEX triplet: B1, F7 and 08. RGB value is (177,247,8). Sum of RGB (Red+Green+Blue) = 177+247+8=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 247 (96.88% from 255 or 57.18% from 432); Blue value is 8 (3.52% from 255 or 1.85% from 432); Max value from RGB is 247 - color contains mainly: green. Hex color #B1F708 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1F708 is #4E08F7. Grayscale: #C7C7C7. Windows color (decimal): -5114104 or 587697. OLE color: 587697.

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

Color convert

RGB 177 247 8 -
CMYK 0.28 0 0.97 0.03
HSL 77.57º 0.94% 0.5% -
HSV(B) 77.57º 0.97% 0.97% -
XYZ 51.44 75.89 12.17 -
YUV 198.82 20.31 112.43 -
System Red Green Blue C M Y K H S L
Decimal 177 247 8 0.28 0 0.97 0.03 77.57 0.94 0.5
Hex B1 F7 8 1C 0 61 3 4E 5E 32
Octal 261 367 10 34 0 141 3 116 136 62
Binary 10110001 11110111 1000 11100 0 1100001 11 1001110 1011110 110010

Color Harmonies of #B1F708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F708

Black with #B1F708

Text Example


Text Example

White with #B1F708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F708; }

 p { color: rgb(177,247,8); }

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

background-color css

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

 a { background-color: rgb(177,247,8); }

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

border-color css

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

 span { border-color: rgb(177,247,8); }

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