Html Css Color HEX #B3F70F Spring Bud

📋 copy color: '#B3F70F'

red 179 ◦ green 247 ◦ blue 15

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

Shades of Spring Bud #B3F70F

Tints of Spring Bud #B3F70F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.4%

R = 40.59%
G = 56.01%
B = 3.4%

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

#B3F70F (or 0xB3F70F) is known color: Spring Bud. HEX triplet: B3, F7 and 0F. RGB value is (179,247,15). Sum of RGB (Red+Green+Blue) = 179+247+15=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 247 (96.88% from 255 or 56.01% from 441); Blue value is 15 (6.25% from 255 or 3.40% from 441); Max value from RGB is 247 - color contains mainly: green. Hex color #B3F70F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3F70F is #4C08F0. Grayscale: #C9C9C9. Windows color (decimal): -4983025 or 1046451. OLE color: 1046451.

HSL color Cylindrical-coordinate representation of color #B3F70F: hue angle of 77.59º 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 #B3F70F is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 179 247 15 -
CMYK 0.28 0 0.94 0.03
HSL 77.59º 0.94% 0.51% -
HSV(B) 77.59º 0.94% 0.97% -
XYZ 51.94 76.14 12.41 -
YUV 200.22 23.47 112.86 -
System Red Green Blue C M Y K H S L
Decimal 179 247 15 0.28 0 0.94 0.03 77.59 0.94 0.51
Hex B3 F7 F 1C 0 5E 3 4E 5E 33
Octal 263 367 17 34 0 136 3 116 136 63
Binary 10110011 11110111 1111 11100 0 1011110 11 1001110 1011110 110011

Color Harmonies of #B3F70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3F70F

Black with #B3F70F

Text Example


Text Example

White with #B3F70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3F70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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