Html Css Color HEX #B2F70F Spring Bud

📋 copy color: '#B2F70F'

red 178 ◦ green 247 ◦ blue 15

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

Shades of Spring Bud #B2F70F

Tints of Spring Bud #B2F70F

RGB

 RED value IS 178 (69.92% from 255) = 40.45%

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

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

R = 40.45%
G = 56.14%
B = 3.41%

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

#B2F70F (or 0xB2F70F) is known color: Spring Bud. HEX triplet: B2, F7 and 0F. RGB value is (178,247,15). Sum of RGB (Red+Green+Blue) = 178+247+15=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 247 (96.88% from 255 or 56.14% from 440); Blue value is 15 (6.25% from 255 or 3.41% from 440); Max value from RGB is 247 - color contains mainly: green. Hex color #B2F70F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F70F is #4D08F0. Grayscale: #C8C8C8. Windows color (decimal): -5048561 or 1046450. OLE color: 1046450.

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

Color convert

RGB 178 247 15 -
CMYK 0.28 0 0.94 0.03
HSL 77.84º 0.94% 0.51% -
HSV(B) 77.84º 0.94% 0.97% -
XYZ 51.71 76.02 12.4 -
YUV 199.92 23.64 112.36 -
System Red Green Blue C M Y K H S L
Decimal 178 247 15 0.28 0 0.94 0.03 77.84 0.94 0.51
Hex B2 F7 F 1C 0 5E 3 4E 5E 33
Octal 262 367 17 34 0 136 3 116 136 63
Binary 10110010 11110111 1111 11100 0 1011110 11 1001110 1011110 110011

Color Harmonies of #B2F70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F70F

Black with #B2F70F

Text Example


Text Example

White with #B2F70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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