Html Css Color HEX #B1F710 Spring Bud

📋 copy color: '#B1F710'

red 177 ◦ green 247 ◦ blue 16

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

Shades of Spring Bud #B1F710

Tints of Spring Bud #B1F710

RGB

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

 GREEN value IS 247 (96.88% from 255) = 56.14%

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

R = 40.23%
G = 56.14%
B = 3.64%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#B1F710 (or 0xB1F710) is known color: Spring Bud. HEX triplet: B1, F7 and 10. RGB value is (177,247,16). Sum of RGB (Red+Green+Blue) = 177+247+16=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 247 (96.88% from 255 or 56.14% from 440); Blue value is 16 (6.64% from 255 or 3.64% from 440); Max value from RGB is 247 - color contains mainly: green. Hex color #B1F710 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1F710 is #4E08EF. Grayscale: #C8C8C8. Windows color (decimal): -5114096 or 1111985. OLE color: 1111985.

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

Color convert

RGB 177 247 16 -
CMYK 0.28 0 0.94 0.03
HSL 78.18º 0.94% 0.52% -
HSV(B) 78.18º 0.94% 0.97% -
XYZ 51.49 75.91 12.43 -
YUV 199.74 24.31 111.78 -
System Red Green Blue C M Y K H S L
Decimal 177 247 16 0.28 0 0.94 0.03 78.18 0.94 0.52
Hex B1 F7 10 1C 0 5E 3 4E 5E 34
Octal 261 367 20 34 0 136 3 116 136 64
Binary 10110001 11110111 10000 11100 0 1011110 11 1001110 1011110 110100

Color Harmonies of #B1F710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F710

Black with #B1F710

Text Example


Text Example

White with #B1F710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F710; }

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

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

background-color css

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

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

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

border-color css

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

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

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