Html Css Color HEX #B1F50E Spring Bud

📋 copy color: '#B1F50E'

red 177 ◦ green 245 ◦ blue 14

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

Shades of Spring Bud #B1F50E

Tints of Spring Bud #B1F50E

RGB

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

 GREEN value IS 245 (96.09% from 255) = 56.19%

 BLUE value IS 14 (5.86% from 255) = 3.21%

R = 40.6%
G = 56.19%
B = 3.21%

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

#B1F50E (or 0xB1F50E) is known color: Spring Bud. HEX triplet: B1, F5 and 0E. RGB value is (177,245,14). Sum of RGB (Red+Green+Blue) = 177+245+14=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 245 (96.09% from 255 or 56.19% from 436); Blue value is 14 (5.86% from 255 or 3.21% from 436); Max value from RGB is 245 - color contains mainly: green. Hex color #B1F50E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1F50E is #4E0AF1. Grayscale: #C7C7C7. Windows color (decimal): -5114610 or 980401. OLE color: 980401.

HSL color Cylindrical-coordinate representation of color #B1F50E: hue angle of 77.66º degrees, saturation: 0.92, 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 #B1F50E is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 245 14 -
CMYK 0.28 0 0.94 0.04
HSL 77.66º 0.92% 0.51% -
HSV(B) 77.66º 0.94% 0.96% -
XYZ 50.86 74.68 12.15 -
YUV 198.33 23.97 112.78 -
System Red Green Blue C M Y K H S L
Decimal 177 245 14 0.28 0 0.94 0.04 77.66 0.92 0.51
Hex B1 F5 E 1C 0 5E 4 4E 5C 33
Octal 261 365 16 34 0 136 4 116 134 63
Binary 10110001 11110101 1110 11100 0 1011110 100 1001110 1011100 110011

Color Harmonies of #B1F50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F50E

Black with #B1F50E

Text Example


Text Example

White with #B1F50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F50E; }

 p { color: rgb(177,245,14); }

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

background-color css

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

 a { background-color: rgb(177,245,14); }

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

border-color css

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

 span { border-color: rgb(177,245,14); }

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