#B3FB0D

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

Shades of Spring Bud #B3FB0D

Tints of Spring Bud #B3FB0D

Color information

#B3FB0D (or 0xB3FB0D) is unknown color: approx Spring Bud. HEX triplet: B3, FB and 0D. RGB value is (179,251,13). Sum of RGB (Red+Green+Blue) = 179+251+13=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 251 (98.44% from 255 or 56.66% from 443); Blue value is 13 (5.47% from 255 or 2.93% from 443); Max value from RGB is 251 - color contains mainly: green. Hex color #B3FB0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3FB0D is #4C04F2. Grayscale: #CBCBCB. Windows color (decimal): -4982003 or 916403. OLE color: 916403.

HSL color Cylindrical-coordinate representation of color #B3FB0D: hue angle of 78.15º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B3FB0D is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB17925113-
CMYK0.2900.950.02
HSL78.15º96.75%51.76%-
HSV(B)78.15º94.82%98.43%-
XYZ53.1678.6112.75-
YUV202.3421.15111.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.41%
GREEN value IS 251 (98.44% from 255) = 56.66%
BLUE value IS 13 (5.47% from 255) = 2.93%
R=40.41%
G=56.66%
B=2.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal179251130.2900.950.0278.1596.7551.76
HexB3FBD1D05F24e6134
Octal26337315350137211614164
Binary1011001111111011110111101010111111010011101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FB0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FB0D; }

 p { color: rgb(179,251,13); }

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

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

 a { background-color: rgb(179,251,13); }

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

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

 span { border-color: rgb(179,251,13); }

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