Html Css Color HEX #B1F70E Spring Bud

📋 copy color: '#B1F70E'

red 177 ◦ green 247 ◦ blue 14

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

Shades of Spring Bud #B1F70E

Tints of Spring Bud #B1F70E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.2%

R = 40.41%
G = 56.39%
B = 3.2%

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

#B1F70E (or 0xB1F70E) is known color: Spring Bud. HEX triplet: B1, F7 and 0E. RGB value is (177,247,14). Sum of RGB (Red+Green+Blue) = 177+247+14=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 247 (96.88% from 255 or 56.39% from 438); Blue value is 14 (5.86% from 255 or 3.20% from 438); Max value from RGB is 247 - color contains mainly: green. Hex color #B1F70E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1F70E is #4E08F1. Grayscale: #C8C8C8. Windows color (decimal): -5114098 or 980913. OLE color: 980913.

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

Color convert

RGB 177 247 14 -
CMYK 0.28 0 0.94 0.03
HSL 78.03º 0.94% 0.51% -
HSV(B) 78.03º 0.94% 0.97% -
XYZ 51.47 75.9 12.35 -
YUV 199.51 23.31 111.95 -
System Red Green Blue C M Y K H S L
Decimal 177 247 14 0.28 0 0.94 0.03 78.03 0.94 0.51
Hex B1 F7 E 1C 0 5E 3 4E 5E 33
Octal 261 367 16 34 0 136 3 116 136 63
Binary 10110001 11110111 1110 11100 0 1011110 11 1001110 1011110 110011

Color Harmonies of #B1F70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F70E

Black with #B1F70E

Text Example


Text Example

White with #B1F70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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