#b3fd00

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

Shades of Spring Bud #B3FD00

Tints of Spring Bud #B3FD00

Color information

#B3FD00 (or 0xB3FD00) is unknown color: approx Spring Bud. HEX triplet: B3, FD and 00. RGB value is (179,253,0). Sum of RGB (Red+Green+Blue) = 179+253+0=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 253 (99.22% from 255 or 58.56% from 432); Blue value is 0 (0.39% from 255 or 0% from 432); Max value from RGB is 253 - color contains mainly: green. Hex color #B3FD00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3FD00 is #4C02FF. Grayscale: #CACACA. Windows color (decimal): -4981504 or 64947. OLE color: 64947.

HSL color Cylindrical-coordinate representation of color #B3FD00: hue angle of 77.55º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B3FD00 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB1792530-
CMYK0.29010.01
HSL77.55º100%49.61%-
HSV(B)77.55º100%99.22%-
XYZ53.7279.8312.58-
YUV202.0313.98111.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.44%
GREEN value IS 253 (99.22% from 255) = 58.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.44%
G=58.56%
B=0%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal17925300.29010.0177.5510049.61
HexB3FD01D06414e6432
Octal2633750350144111614462
Binary101100111111110101110101100100110011101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3fd00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3fd00; }

 p { color: rgb(179,253,0); }

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

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

 a { background-color: rgb(179,253,0); }

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

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

 span { border-color: rgb(179,253,0); }

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