#B0F300

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

Shades of Spring Bud #B0F300

Tints of Spring Bud #B0F300

Color information

#B0F300 (or 0xB0F300) is unknown color: approx Spring Bud. HEX triplet: B0, F3 and 00. RGB value is (176,243,0). Sum of RGB (Red+Green+Blue) = 176+243+0=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 243 (95.31% from 255 or 58.00% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F300 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0F300 is #4F0CFF. Grayscale: #C4C4C4. Windows color (decimal): -5180672 or 62384. OLE color: 62384.

HSL color Cylindrical-coordinate representation of color #B0F300: hue angle of 76.54º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B0F300 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB1762430-
CMYK0.28010.05
HSL76.54º100%47.65%-
HSV(B)76.54º100%95.29%-
XYZ49.9673.3311.52-
YUV195.2617.8114.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.00%
GREEN value IS 243 (95.31% from 255) = 58.00%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.00%
G=58.00%
B=0%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal17624300.28010.0576.5410047.65
HexB0F301C06454d6430
Octal2603630340144511514460
Binary10110000111100110111000110010010110011011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F300; }

 p { color: rgb(176,243,0); }

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

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

 a { background-color: rgb(176,243,0); }

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

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

 span { border-color: rgb(176,243,0); }

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