Html Css Color HEX #B0FF10 Spring Bud

📋 copy color: '#B0FF10'

red 176 ◦ green 255 ◦ blue 16

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

Shades of Spring Bud #B0FF10

Tints of Spring Bud #B0FF10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.58%

R = 39.37%
G = 57.05%
B = 3.58%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#B0FF10 (or 0xB0FF10) is known color: Spring Bud. HEX triplet: B0, FF and 10. RGB value is (176,255,16). Sum of RGB (Red+Green+Blue) = 176+255+16=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 255 (100% from 255 or 57.05% from 447); Blue value is 16 (6.64% from 255 or 3.58% from 447); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0FF10 is #4F00EF. Grayscale: #CDCDCD. Windows color (decimal): -5177584 or 1114032. OLE color: 1114032.

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

Color convert

RGB 176 255 16 -
CMYK 0.31 0 0.94 0
HSL 79.83º 1% 0.53% -
HSV(B) 79.83º 0.94% 1% -
XYZ 53.76 80.79 13.25 -
YUV 204.13 21.83 107.93 -
System Red Green Blue C M Y K H S L
Decimal 176 255 16 0.31 0 0.94 0 79.83 1 0.53
Hex B0 FF 10 1F 0 5E 0 50 64 35
Octal 260 377 20 37 0 136 0 120 144 65
Binary 10110000 11111111 10000 11111 0 1011110 0 1010000 1100100 110101

Color Harmonies of #B0FF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FF10

Black with #B0FF10

Text Example


Text Example

White with #B0FF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FF10; }

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

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

background-color css

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

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

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

border-color css

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

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

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