#b0f205

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

Shades of Spring Bud #B0F205

Tints of Spring Bud #B0F205

Color information

#B0F205 (or 0xB0F205) is unknown color: approx Spring Bud. HEX triplet: B0, F2 and 05. RGB value is (176,242,5). Sum of RGB (Red+Green+Blue) = 176+242+5=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 242 (94.92% from 255 or 57.21% from 423); Blue value is 5 (2.34% from 255 or 1.18% from 423); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F205 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0F205 is #4F0DFA. Grayscale: #C4C4C4. Windows color (decimal): -5180923 or 389808. OLE color: 389808.

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

Color convert

RGB1762425-
CMYK0.2700.980.05
HSL76.71º95.95%48.43%-
HSV(B)76.71º97.93%94.9%-
XYZ49.6872.7511.57-
YUV195.2520.63114.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.61%
GREEN value IS 242 (94.92% from 255) = 57.21%
BLUE value IS 5 (2.34% from 255) = 1.18%
R=41.61%
G=57.21%
B=1.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal17624250.2700.980.0576.7195.9548.43
HexB0F251B06254d6030
Octal2603625330142511514060
Binary1011000011110010101110110110001010110011011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0f205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0f205; }

 p { color: rgb(176,242,5); }

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

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

 a { background-color: rgb(176,242,5); }

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

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

 span { border-color: rgb(176,242,5); }

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