Html Css Color HEX #B2F708 Spring Bud

📋 copy color: '#B2F708'

red 178 ◦ green 247 ◦ blue 8

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

Shades of Spring Bud #B2F708

Tints of Spring Bud #B2F708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.85%

R = 41.11%
G = 57.04%
B = 1.85%

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

#B2F708 (or 0xB2F708) is known color: Spring Bud. HEX triplet: B2, F7 and 08. RGB value is (178,247,8). Sum of RGB (Red+Green+Blue) = 178+247+8=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 247 (96.88% from 255 or 57.04% from 433); Blue value is 8 (3.52% from 255 or 1.85% from 433); Max value from RGB is 247 - color contains mainly: green. Hex color #B2F708 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F708 is #4D08F7. Grayscale: #C8C8C8. Windows color (decimal): -5048568 or 587698. OLE color: 587698.

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

Color convert

RGB 178 247 8 -
CMYK 0.28 0 0.97 0.03
HSL 77.32º 0.94% 0.5% -
HSV(B) 77.32º 0.97% 0.97% -
XYZ 51.66 76 12.18 -
YUV 199.12 20.14 112.93 -
System Red Green Blue C M Y K H S L
Decimal 178 247 8 0.28 0 0.97 0.03 77.32 0.94 0.5
Hex B2 F7 8 1C 0 61 3 4D 5E 32
Octal 262 367 10 34 0 141 3 115 136 62
Binary 10110010 11110111 1000 11100 0 1100001 11 1001101 1011110 110010

Color Harmonies of #B2F708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F708

Black with #B2F708

Text Example


Text Example

White with #B2F708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F708; }

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

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

background-color css

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

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

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

border-color css

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

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

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