Html Css Color HEX #B1F910 Spring Bud

📋 copy color: '#B1F910'

red 177 ◦ green 249 ◦ blue 16

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

Shades of Spring Bud #B1F910

Tints of Spring Bud #B1F910

RGB

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

 GREEN value IS 249 (97.66% from 255) = 56.33%

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

R = 40.05%
G = 56.33%
B = 3.62%

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

#B1F910 (or 0xB1F910) is known color: Spring Bud. HEX triplet: B1, F9 and 10. RGB value is (177,249,16). Sum of RGB (Red+Green+Blue) = 177+249+16=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 249 (97.66% from 255 or 56.33% from 442); Blue value is 16 (6.64% from 255 or 3.62% from 442); Max value from RGB is 249 - color contains mainly: green. Hex color #B1F910 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1F910 is #4E06EF. Grayscale: #C9C9C9. Windows color (decimal): -5113584 or 1112497. OLE color: 1112497.

HSL color Cylindrical-coordinate representation of color #B1F910: hue angle of 78.54º degrees, saturation: 0.95, 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 #B1F910 is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 249 16 -
CMYK 0.29 0 0.94 0.02
HSL 78.54º 0.95% 0.52% -
HSV(B) 78.54º 0.94% 0.98% -
XYZ 52.1 77.14 12.63 -
YUV 200.91 23.65 110.95 -
System Red Green Blue C M Y K H S L
Decimal 177 249 16 0.29 0 0.94 0.02 78.54 0.95 0.52
Hex B1 F9 10 1D 0 5E 2 4F 5F 34
Octal 261 371 20 35 0 136 2 117 137 64
Binary 10110001 11111001 10000 11101 0 1011110 10 1001111 1011111 110100

Color Harmonies of #B1F910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F910

Black with #B1F910

Text Example


Text Example

White with #B1F910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F910; }

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

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

background-color css

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

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

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

border-color css

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

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

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