Html Css Color HEX #B1FA11 Spring Bud

📋 copy color: '#B1FA11'

red 177 ◦ green 250 ◦ blue 17

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

Shades of Spring Bud #B1FA11

Tints of Spring Bud #B1FA11

RGB

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

 GREEN value IS 250 (98.05% from 255) = 56.31%

 BLUE value IS 17 (7.03% from 255) = 3.83%

R = 39.86%
G = 56.31%
B = 3.83%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#B1FA11 (or 0xB1FA11) is known color: Spring Bud. HEX triplet: B1, FA and 11. RGB value is (177,250,17). Sum of RGB (Red+Green+Blue) = 177+250+17=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 250 (98.05% from 255 or 56.31% from 444); Blue value is 17 (7.03% from 255 or 3.83% from 444); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FA11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1FA11 is #4E05EE. Grayscale: #CACACA. Windows color (decimal): -5113327 or 1178289. OLE color: 1178289.

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

Color convert

RGB 177 250 17 -
CMYK 0.29 0 0.93 0.02
HSL 78.8º 0.96% 0.52% -
HSV(B) 78.8º 0.93% 0.98% -
XYZ 52.42 77.76 12.78 -
YUV 201.61 23.82 110.45 -
System Red Green Blue C M Y K H S L
Decimal 177 250 17 0.29 0 0.93 0.02 78.8 0.96 0.52
Hex B1 FA 11 1D 0 5D 2 4F 60 34
Octal 261 372 21 35 0 135 2 117 140 64
Binary 10110001 11111010 10001 11101 0 1011101 10 1001111 1100000 110100

Color Harmonies of #B1FA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FA11

Black with #B1FA11

Text Example


Text Example

White with #B1FA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FA11; }

 p { color: rgb(177,250,17); }

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

background-color css

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

 a { background-color: rgb(177,250,17); }

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

border-color css

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

 span { border-color: rgb(177,250,17); }

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