Html Css Color HEX #B3F707 Spring Bud

📋 copy color: '#B3F707'

red 179 ◦ green 247 ◦ blue 7

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

Shades of Spring Bud #B3F707

Tints of Spring Bud #B3F707

RGB

 RED value IS 179 (70.31% from 255) = 41.34%

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

 BLUE value IS 7 (3.13% from 255) = 1.62%

R = 41.34%
G = 57.04%
B = 1.62%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#B3F707 (or 0xB3F707) is known color: Spring Bud. HEX triplet: B3, F7 and 07. RGB value is (179,247,7). Sum of RGB (Red+Green+Blue) = 179+247+7=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 247 (96.88% from 255 or 57.04% from 433); Blue value is 7 (3.12% from 255 or 1.62% from 433); Max value from RGB is 247 - color contains mainly: green. Hex color #B3F707 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3F707 is #4C08F8. Grayscale: #C8C8C8. Windows color (decimal): -4983033 or 522163. OLE color: 522163.

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

Color convert

RGB 179 247 7 -
CMYK 0.28 0 0.97 0.03
HSL 77º 0.94% 0.5% -
HSV(B) 77º 0.97% 0.97% -
XYZ 51.89 76.12 12.16 -
YUV 199.31 19.47 113.51 -
System Red Green Blue C M Y K H S L
Decimal 179 247 7 0.28 0 0.97 0.03 77 0.94 0.5
Hex B3 F7 7 1C 0 61 3 4D 5E 32
Octal 263 367 7 34 0 141 3 115 136 62
Binary 10110011 11110111 111 11100 0 1100001 11 1001101 1011110 110010

Color Harmonies of #B3F707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3F707

Black with #B3F707

Text Example


Text Example

White with #B3F707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3F707; }

 p { color: rgb(179,247,7); }

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

background-color css

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

 a { background-color: rgb(179,247,7); }

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

border-color css

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

 span { border-color: rgb(179,247,7); }

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