#B0F50A

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

Shades of Spring Bud #B0F50A

Tints of Spring Bud #B0F50A

Color information

#B0F50A (or 0xB0F50A) is unknown color: approx Spring Bud. HEX triplet: B0, F5 and 0A. RGB value is (176,245,10). Sum of RGB (Red+Green+Blue) = 176+245+10=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 245 (96.09% from 255 or 56.84% from 431); Blue value is 10 (4.30% from 255 or 2.32% from 431); Max value from RGB is 245 - color contains mainly: green. Hex color #B0F50A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0F50A is #4F0AF5. Grayscale: #C6C6C6. Windows color (decimal): -5180150 or 718256. OLE color: 718256.

HSL color Cylindrical-coordinate representation of color #B0F50A: hue angle of 77.62º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B0F50A is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB17624510-
CMYK0.2800.960.04
HSL77.62º92.16%50%-
HSV(B)77.62º95.92%96.08%-
XYZ50.6174.5612.01-
YUV197.5822.14112.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.84%
GREEN value IS 245 (96.09% from 255) = 56.84%
BLUE value IS 10 (4.30% from 255) = 2.32%
R=40.84%
G=56.84%
B=2.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal176245100.2800.960.0477.6292.1650
HexB0F5A1C06044e5c32
Octal26036512340140411613462
Binary10110000111101011010111000110000010010011101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F50A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F50A; }

 p { color: rgb(176,245,10); }

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

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

 a { background-color: rgb(176,245,10); }

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

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

 span { border-color: rgb(176,245,10); }

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