Html Css Color HEX #B1F706 Spring Bud

📋 copy color: '#B1F706'

red 177 ◦ green 247 ◦ blue 6

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

Shades of Spring Bud #B1F706

Tints of Spring Bud #B1F706

RGB

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

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

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

R = 41.16%
G = 57.44%
B = 1.4%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#B1F706 (or 0xB1F706) is known color: Spring Bud. HEX triplet: B1, F7 and 06. RGB value is (177,247,6). Sum of RGB (Red+Green+Blue) = 177+247+6=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 247 (96.88% from 255 or 57.44% from 430); Blue value is 6 (2.73% from 255 or 1.40% from 430); Max value from RGB is 247 - color contains mainly: green. Hex color #B1F706 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1F706 is #4E08F9. Grayscale: #C7C7C7. Windows color (decimal): -5114106 or 456625. OLE color: 456625.

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

Color convert

RGB 177 247 6 -
CMYK 0.28 0 0.98 0.03
HSL 77.43º 0.95% 0.5% -
HSV(B) 77.43º 0.98% 0.97% -
XYZ 51.43 75.88 12.11 -
YUV 198.6 19.31 112.6 -
System Red Green Blue C M Y K H S L
Decimal 177 247 6 0.28 0 0.98 0.03 77.43 0.95 0.5
Hex B1 F7 6 1C 0 62 3 4D 5F 32
Octal 261 367 6 34 0 142 3 115 137 62
Binary 10110001 11110111 110 11100 0 1100010 11 1001101 1011111 110010

Color Harmonies of #B1F706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F706

Black with #B1F706

Text Example


Text Example

White with #B1F706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F706; }

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

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

background-color css

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

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

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

border-color css

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

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

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