Html Css Color HEX #B3F800 Spring Bud

📋 copy color: '#B3F800'

red 179 ◦ green 248 ◦ blue 0

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

Shades of Spring Bud #B3F800

Tints of Spring Bud #B3F800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.92%
G = 58.08%
B = 0%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#B3F800 (or 0xB3F800) is known color: Spring Bud. HEX triplet: B3, F8 and 00. RGB value is (179,248,0). Sum of RGB (Red+Green+Blue) = 179+248+0=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 248 (97.27% from 255 or 58.08% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 248 - color contains mainly: green. Hex color #B3F800 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3F800 is #4C07FF. Grayscale: #C8C8C8. Windows color (decimal): -4982784 or 63667. OLE color: 63667.

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

Color convert

RGB 179 248 0 -
CMYK 0.28 0 1 0.03
HSL 76.69º 1% 0.49% -
HSV(B) 76.69º 1% 0.97% -
XYZ 52.16 76.72 12.06 -
YUV 199.1 15.64 113.67 -
System Red Green Blue C M Y K H S L
Decimal 179 248 0 0.28 0 1 0.03 76.69 1 0.49
Hex B3 F8 0 1C 0 64 3 4D 64 31
Octal 263 370 0 34 0 144 3 115 144 61
Binary 10110011 11111000 0 11100 0 1100100 11 1001101 1100100 110001

Color Harmonies of #B3F800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3F800

Black with #B3F800

Text Example


Text Example

White with #B3F800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3F800; }

 p { color: rgb(179,248,0); }

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

background-color css

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

 a { background-color: rgb(179,248,0); }

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

border-color css

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

 span { border-color: rgb(179,248,0); }

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