Html Css Color HEX #B0FF11 Spring Bud

📋 copy color: '#B0FF11'

red 176 ◦ green 255 ◦ blue 17

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

Shades of Spring Bud #B0FF11

Tints of Spring Bud #B0FF11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.79%

R = 39.29%
G = 56.92%
B = 3.79%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#B0FF11 (or 0xB0FF11) is known color: Spring Bud. HEX triplet: B0, FF and 11. RGB value is (176,255,17). Sum of RGB (Red+Green+Blue) = 176+255+17=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 255 (100% from 255 or 56.92% from 448); Blue value is 17 (7.03% from 255 or 3.79% from 448); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0FF11 is #4F00EE. Grayscale: #CDCDCD. Windows color (decimal): -5177583 or 1179568. OLE color: 1179568.

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

Color convert

RGB 176 255 17 -
CMYK 0.31 0 0.93 0
HSL 79.92º 1% 0.53% -
HSV(B) 79.92º 0.93% 1% -
XYZ 53.77 80.79 13.29 -
YUV 204.25 22.33 107.85 -
System Red Green Blue C M Y K H S L
Decimal 176 255 17 0.31 0 0.93 0 79.92 1 0.53
Hex B0 FF 11 1F 0 5D 0 50 64 35
Octal 260 377 21 37 0 135 0 120 144 65
Binary 10110000 11111111 10001 11111 0 1011101 0 1010000 1100100 110101

Color Harmonies of #B0FF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FF11

Black with #B0FF11

Text Example


Text Example

White with #B0FF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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