Html Css Color HEX #B2F808 Spring Bud

📋 copy color: '#B2F808'

red 178 ◦ green 248 ◦ blue 8

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

Shades of Spring Bud #B2F808

Tints of Spring Bud #B2F808

RGB

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

 GREEN value IS 248 (97.27% from 255) = 57.14%

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

R = 41.01%
G = 57.14%
B = 1.84%

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

#B2F808 (or 0xB2F808) is known color: Spring Bud. HEX triplet: B2, F8 and 08. RGB value is (178,248,8). Sum of RGB (Red+Green+Blue) = 178+248+8=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 248 (97.27% from 255 or 57.14% from 434); Blue value is 8 (3.52% from 255 or 1.84% from 434); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F808 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F808 is #4D07F7. Grayscale: #C8C8C8. Windows color (decimal): -5048312 or 587954. OLE color: 587954.

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

Color convert

RGB 178 248 8 -
CMYK 0.28 0 0.97 0.03
HSL 77.5º 0.94% 0.5% -
HSV(B) 77.5º 0.97% 0.97% -
XYZ 51.97 76.62 12.28 -
YUV 199.71 19.81 112.51 -
System Red Green Blue C M Y K H S L
Decimal 178 248 8 0.28 0 0.97 0.03 77.5 0.94 0.5
Hex B2 F8 8 1C 0 61 3 4E 5E 32
Octal 262 370 10 34 0 141 3 116 136 62
Binary 10110010 11111000 1000 11100 0 1100001 11 1001110 1011110 110010

Color Harmonies of #B2F808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F808

Black with #B2F808

Text Example


Text Example

White with #B2F808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F808; }

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

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

background-color css

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

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

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

border-color css

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

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

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