#B0F810

Color #B0F810 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #B0F810

Tints of Spring Bud #B0F810

Color information

#B0F810 (or 0xB0F810) is unknown color: approx Spring Bud. HEX triplet: B0, F8 and 10. RGB value is (176,248,16). Sum of RGB (Red+Green+Blue) = 176+248+16=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 248 (97.27% from 255 or 56.36% from 440); Blue value is 16 (6.64% from 255 or 3.64% from 440); Max value from RGB is 248 - color contains mainly: green. Hex color #B0F810 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0F810 is #4F07EF. Grayscale: #C8C8C8. Windows color (decimal): -5179376 or 1112240. OLE color: 1112240.

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

Color convert

RGB17624816-
CMYK0.2900.940.03
HSL78.62º94.31%51.76%-
HSV(B)78.62º93.55%97.25%-
XYZ51.5776.412.52-
YUV200.0224.15110.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40%
GREEN value IS 248 (97.27% from 255) = 56.36%
BLUE value IS 16 (6.64% from 255) = 3.64%
R=40%
G=56.36%
B=3.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal176248160.2900.940.0378.6294.3151.76
HexB0F8101D05E34f5e34
Octal26037020350136311713664
Binary10110000111110001000011101010111101110011111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F810; }

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

 H1.HeaderClassName
 {
   color: #B0F810;
 }
 .AnyTagClassName
 {
   color: #B0F810;
 }
</style>
background-color css

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

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

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

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

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

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