#B0F409

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

Shades of Spring Bud #B0F409

Tints of Spring Bud #B0F409

Color information

#B0F409 (or 0xB0F409) is unknown color: approx Spring Bud. HEX triplet: B0, F4 and 09. RGB value is (176,244,9). Sum of RGB (Red+Green+Blue) = 176+244+9=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 244 (95.70% from 255 or 56.88% from 429); Blue value is 9 (3.91% from 255 or 2.10% from 429); Max value from RGB is 244 - color contains mainly: green. Hex color #B0F409 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0F409 is #4F0BF6. Grayscale: #C5C5C5. Windows color (decimal): -5180407 or 652464. OLE color: 652464.

HSL color Cylindrical-coordinate representation of color #B0F409: hue angle of 77.36º degrees, saturation: 0.93, 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 #B0F409 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB1762449-
CMYK0.2800.960.04
HSL77.36º92.89%49.61%-
HSV(B)77.36º96.31%95.69%-
XYZ50.373.9511.88-
YUV196.8821.97113.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.03%
GREEN value IS 244 (95.70% from 255) = 56.88%
BLUE value IS 9 (3.91% from 255) = 2.10%
R=41.03%
G=56.88%
B=2.10%

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
Decimal17624490.2800.960.0477.3692.8949.61
HexB0F491C06044d5d32
Octal26036411340140411513562
Binary10110000111101001001111000110000010010011011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F409; }

 p { color: rgb(176,244,9); }

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

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

 a { background-color: rgb(176,244,9); }

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

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

 span { border-color: rgb(176,244,9); }

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