Html Css Color HEX #B1FC07 Spring Bud

📋 copy color: '#B1FC07'

red 177 ◦ green 252 ◦ blue 7

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

Shades of Spring Bud #B1FC07

Tints of Spring Bud #B1FC07

RGB

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

 GREEN value IS 252 (98.83% from 255) = 57.8%

 BLUE value IS 7 (3.13% from 255) = 1.61%

R = 40.6%
G = 57.8%
B = 1.61%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#B1FC07 (or 0xB1FC07) is known color: Spring Bud. HEX triplet: B1, FC and 07. RGB value is (177,252,7). Sum of RGB (Red+Green+Blue) = 177+252+7=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 252 (98.83% from 255 or 57.80% from 436); Blue value is 7 (3.12% from 255 or 1.61% from 436); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FC07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1FC07 is #4E03F8. Grayscale: #CACACA. Windows color (decimal): -5112825 or 523441. OLE color: 523441.

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

Color convert

RGB 177 252 7 -
CMYK 0.30 0 0.97 0.01
HSL 78.37º 0.98% 0.51% -
HSV(B) 78.37º 0.97% 0.99% -
XYZ 52.98 78.98 12.65 -
YUV 201.65 18.15 110.42 -
System Red Green Blue C M Y K H S L
Decimal 177 252 7 0.30 0 0.97 0.01 78.37 0.98 0.51
Hex B1 FC 7 1E 0 61 1 4E 62 33
Octal 261 374 7 36 0 141 1 116 142 63
Binary 10110001 11111100 111 11110 0 1100001 1 1001110 1100010 110011

Color Harmonies of #B1FC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FC07

Black with #B1FC07

Text Example


Text Example

White with #B1FC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FC07; }

 p { color: rgb(177,252,7); }

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

background-color css

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

 a { background-color: rgb(177,252,7); }

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

border-color css

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

 span { border-color: rgb(177,252,7); }

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