Html Css Color HEX #B1FB0C Spring Bud

📋 copy color: '#B1FB0C'

red 177 ◦ green 251 ◦ blue 12

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

Shades of Spring Bud #B1FB0C

Tints of Spring Bud #B1FB0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.73%

R = 40.23%
G = 57.05%
B = 2.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#B1FB0C (or 0xB1FB0C) is known color: Spring Bud. HEX triplet: B1, FB and 0C. RGB value is (177,251,12). Sum of RGB (Red+Green+Blue) = 177+251+12=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 251 (98.44% from 255 or 57.05% from 440); Blue value is 12 (5.08% from 255 or 2.73% from 440); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FB0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1FB0C is #4E04F3. Grayscale: #CACACA. Windows color (decimal): -5113076 or 850865. OLE color: 850865.

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

Color convert

RGB 177 251 12 -
CMYK 0.29 0 0.95 0.02
HSL 78.58º 0.97% 0.52% -
HSV(B) 78.58º 0.95% 0.98% -
XYZ 52.7 78.37 12.7 -
YUV 201.63 20.98 110.43 -
System Red Green Blue C M Y K H S L
Decimal 177 251 12 0.29 0 0.95 0.02 78.58 0.97 0.52
Hex B1 FB C 1D 0 5F 2 4F 61 34
Octal 261 373 14 35 0 137 2 117 141 64
Binary 10110001 11111011 1100 11101 0 1011111 10 1001111 1100001 110100

Color Harmonies of #B1FB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FB0C

Black with #B1FB0C

Text Example


Text Example

White with #B1FB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FB0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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