Html Css Color HEX #B1F40A Spring Bud

📋 copy color: '#B1F40A'

red 177 ◦ green 244 ◦ blue 10

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

Shades of Spring Bud #B1F40A

Tints of Spring Bud #B1F40A

RGB

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

 GREEN value IS 244 (95.7% from 255) = 56.61%

 BLUE value IS 10 (4.3% from 255) = 2.32%

R = 41.07%
G = 56.61%
B = 2.32%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#B1F40A (or 0xB1F40A) is known color: Spring Bud. HEX triplet: B1, F4 and 0A. RGB value is (177,244,10). Sum of RGB (Red+Green+Blue) = 177+244+10=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 244 (95.70% from 255 or 56.61% from 431); Blue value is 10 (4.30% from 255 or 2.32% from 431); Max value from RGB is 244 - color contains mainly: green. Hex color #B1F40A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1F40A is #4E0BF5. Grayscale: #C6C6C6. Windows color (decimal): -5114870 or 718001. OLE color: 718001.

HSL color Cylindrical-coordinate representation of color #B1F40A: hue angle of 77.18º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B1F40A is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 244 10 -
CMYK 0.27 0 0.96 0.04
HSL 77.18º 0.92% 0.5% -
HSV(B) 77.18º 0.96% 0.96% -
XYZ 50.54 74.07 11.92 -
YUV 197.29 22.3 113.53 -
System Red Green Blue C M Y K H S L
Decimal 177 244 10 0.27 0 0.96 0.04 77.18 0.92 0.5
Hex B1 F4 A 1B 0 60 4 4D 5C 32
Octal 261 364 12 33 0 140 4 115 134 62
Binary 10110001 11110100 1010 11011 0 1100000 100 1001101 1011100 110010

Color Harmonies of #B1F40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F40A

Black with #B1F40A

Text Example


Text Example

White with #B1F40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F40A; }

 p { color: rgb(177,244,10); }

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

background-color css

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

 a { background-color: rgb(177,244,10); }

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

border-color css

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

 span { border-color: rgb(177,244,10); }

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