Html Css Color HEX #B3FF08 Spring Bud

📋 copy color: '#B3FF08'

red 179 ◦ green 255 ◦ blue 8

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

Shades of Spring Bud #B3FF08

Tints of Spring Bud #B3FF08

RGB

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

 GREEN value IS 255 (100% from 255) = 57.69%

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

R = 40.5%
G = 57.69%
B = 1.81%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#B3FF08 (or 0xB3FF08) is known color: Spring Bud. HEX triplet: B3, FF and 08. RGB value is (179,255,8). Sum of RGB (Red+Green+Blue) = 179+255+8=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 255 (100% from 255 or 57.69% from 442); Blue value is 8 (3.52% from 255 or 1.81% from 442); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FF08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3FF08 is #4C00F7. Grayscale: #CDCDCD. Windows color (decimal): -4980984 or 589747. OLE color: 589747.

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

Color convert

RGB 179 255 8 -
CMYK 0.30 0 0.97 0
HSL 78.46º 1% 0.52% -
HSV(B) 78.46º 0.97% 1% -
XYZ 54.39 81.12 13.02 -
YUV 204.12 17.32 110.08 -
System Red Green Blue C M Y K H S L
Decimal 179 255 8 0.30 0 0.97 0 78.46 1 0.52
Hex B3 FF 8 1E 0 61 0 4E 64 34
Octal 263 377 10 36 0 141 0 116 144 64
Binary 10110011 11111111 1000 11110 0 1100001 0 1001110 1100100 110100

Color Harmonies of #B3FF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3FF08

Black with #B3FF08

Text Example


Text Example

White with #B3FF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3FF08; }

 p { color: rgb(179,255,8); }

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

background-color css

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

 a { background-color: rgb(179,255,8); }

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

border-color css

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

 span { border-color: rgb(179,255,8); }

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