Html Css Color HEX #B1F705 Spring Bud

📋 copy color: '#B1F705'

red 177 ◦ green 247 ◦ blue 5

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

Shades of Spring Bud #B1F705

Tints of Spring Bud #B1F705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.17%

R = 41.26%
G = 57.58%
B = 1.17%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#B1F705 (or 0xB1F705) is known color: Spring Bud. HEX triplet: B1, F7 and 05. RGB value is (177,247,5). Sum of RGB (Red+Green+Blue) = 177+247+5=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 247 (96.88% from 255 or 57.58% from 429); Blue value is 5 (2.34% from 255 or 1.17% from 429); Max value from RGB is 247 - color contains mainly: green. Hex color #B1F705 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1F705 is #4E08FA. Grayscale: #C7C7C7. Windows color (decimal): -5114107 or 391089. OLE color: 391089.

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

Color convert

RGB 177 247 5 -
CMYK 0.28 0 0.98 0.03
HSL 77.36º 0.96% 0.49% -
HSV(B) 77.36º 0.98% 0.97% -
XYZ 51.42 75.88 12.08 -
YUV 198.48 18.81 112.68 -
System Red Green Blue C M Y K H S L
Decimal 177 247 5 0.28 0 0.98 0.03 77.36 0.96 0.49
Hex B1 F7 5 1C 0 62 3 4D 60 31
Octal 261 367 5 34 0 142 3 115 140 61
Binary 10110001 11110111 101 11100 0 1100010 11 1001101 1100000 110001

Color Harmonies of #B1F705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F705

Black with #B1F705

Text Example


Text Example

White with #B1F705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F705; }

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

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

background-color css

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

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

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

border-color css

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

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

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