Html Css Color HEX #B0FF05 Spring Bud

📋 copy color: '#B0FF05'

red 176 ◦ green 255 ◦ blue 5

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

Shades of Spring Bud #B0FF05

Tints of Spring Bud #B0FF05

RGB

 RED value IS 176 (69.14% from 255) = 40.37%

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

 BLUE value IS 5 (2.34% from 255) = 1.15%

R = 40.37%
G = 58.49%
B = 1.15%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#B0FF05 (or 0xB0FF05) is known color: Spring Bud. HEX triplet: B0, FF and 05. RGB value is (176,255,5). Sum of RGB (Red+Green+Blue) = 176+255+5=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 255 (100% from 255 or 58.49% from 436); Blue value is 5 (2.34% from 255 or 1.15% from 436); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0FF05 is #4F00FA. Grayscale: #CBCBCB. Windows color (decimal): -5177595 or 393136. OLE color: 393136.

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

Color convert

RGB 176 255 5 -
CMYK 0.31 0 0.98 0
HSL 78.96º 1% 0.51% -
HSV(B) 78.96º 0.98% 1% -
XYZ 53.69 80.76 12.9 -
YUV 202.88 16.33 108.83 -
System Red Green Blue C M Y K H S L
Decimal 176 255 5 0.31 0 0.98 0 78.96 1 0.51
Hex B0 FF 5 1F 0 62 0 4F 64 33
Octal 260 377 5 37 0 142 0 117 144 63
Binary 10110000 11111111 101 11111 0 1100010 0 1001111 1100100 110011

Color Harmonies of #B0FF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FF05

Black with #B0FF05

Text Example


Text Example

White with #B0FF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FF05; }

 p { color: rgb(176,255,5); }

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

background-color css

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

 a { background-color: rgb(176,255,5); }

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

border-color css

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

 span { border-color: rgb(176,255,5); }

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