Html Css Color HEX #B1FB10 Spring Bud

📋 copy color: '#B1FB10'

red 177 ◦ green 251 ◦ blue 16

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

Shades of Spring Bud #B1FB10

Tints of Spring Bud #B1FB10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.6%

R = 39.86%
G = 56.53%
B = 3.6%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#B1FB10 (or 0xB1FB10) is known color: Spring Bud. HEX triplet: B1, FB and 10. RGB value is (177,251,16). Sum of RGB (Red+Green+Blue) = 177+251+16=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 251 (98.44% from 255 or 56.53% from 444); Blue value is 16 (6.64% from 255 or 3.60% from 444); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FB10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1FB10 is #4E04EF. Grayscale: #CACACA. Windows color (decimal): -5113072 or 1113009. OLE color: 1113009.

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

Color convert

RGB 177 251 16 -
CMYK 0.29 0 0.94 0.02
HSL 78.89º 0.97% 0.52% -
HSV(B) 78.89º 0.94% 0.98% -
XYZ 52.72 78.38 12.84 -
YUV 202.08 22.98 110.11 -
System Red Green Blue C M Y K H S L
Decimal 177 251 16 0.29 0 0.94 0.02 78.89 0.97 0.52
Hex B1 FB 10 1D 0 5E 2 4F 61 34
Octal 261 373 20 35 0 136 2 117 141 64
Binary 10110001 11111011 10000 11101 0 1011110 10 1001111 1100001 110100

Color Harmonies of #B1FB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FB10

Black with #B1FB10

Text Example


Text Example

White with #B1FB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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