Html Css Color HEX #B1FB0A Spring Bud

📋 copy color: '#B1FB0A'

red 177 ◦ green 251 ◦ blue 10

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

Shades of Spring Bud #B1FB0A

Tints of Spring Bud #B1FB0A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 57.31%

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

R = 40.41%
G = 57.31%
B = 2.28%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#B1FB0A (or 0xB1FB0A) is known color: Spring Bud. HEX triplet: B1, FB and 0A. RGB value is (177,251,10). Sum of RGB (Red+Green+Blue) = 177+251+10=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 251 (98.44% from 255 or 57.31% from 438); Blue value is 10 (4.30% from 255 or 2.28% from 438); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FB0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1FB0A is #4E04F5. Grayscale: #CACACA. Windows color (decimal): -5113078 or 719793. OLE color: 719793.

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

Color convert

RGB 177 251 10 -
CMYK 0.29 0 0.96 0.02
HSL 78.42º 0.97% 0.51% -
HSV(B) 78.42º 0.96% 0.98% -
XYZ 52.68 78.36 12.64 -
YUV 201.4 19.98 110.6 -
System Red Green Blue C M Y K H S L
Decimal 177 251 10 0.29 0 0.96 0.02 78.42 0.97 0.51
Hex B1 FB A 1D 0 60 2 4E 61 33
Octal 261 373 12 35 0 140 2 116 141 63
Binary 10110001 11111011 1010 11101 0 1100000 10 1001110 1100001 110011

Color Harmonies of #B1FB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FB0A

Black with #B1FB0A

Text Example


Text Example

White with #B1FB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FB0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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