Html Css Color HEX #B1F60F Spring Bud

📋 copy color: '#B1F60F'

red 177 ◦ green 246 ◦ blue 15

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

Shades of Spring Bud #B1F60F

Tints of Spring Bud #B1F60F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 56.16%

 BLUE value IS 15 (6.25% from 255) = 3.42%

R = 40.41%
G = 56.16%
B = 3.42%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#B1F60F (or 0xB1F60F) is known color: Spring Bud. HEX triplet: B1, F6 and 0F. RGB value is (177,246,15). Sum of RGB (Red+Green+Blue) = 177+246+15=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 246 (96.48% from 255 or 56.16% from 438); Blue value is 15 (6.25% from 255 or 3.42% from 438); Max value from RGB is 246 - color contains mainly: green. Hex color #B1F60F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1F60F is #4E09F0. Grayscale: #C7C7C7. Windows color (decimal): -5114353 or 1046193. OLE color: 1046193.

HSL color Cylindrical-coordinate representation of color #B1F60F: hue angle of 77.92º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B1F60F is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 246 15 -
CMYK 0.28 0 0.94 0.04
HSL 77.92º 0.93% 0.51% -
HSV(B) 77.92º 0.94% 0.96% -
XYZ 51.17 75.29 12.29 -
YUV 199.04 24.14 112.28 -
System Red Green Blue C M Y K H S L
Decimal 177 246 15 0.28 0 0.94 0.04 77.92 0.93 0.51
Hex B1 F6 F 1C 0 5E 4 4E 5D 33
Octal 261 366 17 34 0 136 4 116 135 63
Binary 10110001 11110110 1111 11100 0 1011110 100 1001110 1011101 110011

Color Harmonies of #B1F60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F60F

Black with #B1F60F

Text Example


Text Example

White with #B1F60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F60F; }

 p { color: rgb(177,246,15); }

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

background-color css

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

 a { background-color: rgb(177,246,15); }

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

border-color css

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

 span { border-color: rgb(177,246,15); }

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