#B4FC03

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

Shades of Spring Bud #B4FC03

Tints of Spring Bud #B4FC03

Color information

#B4FC03 (or 0xB4FC03) is unknown color: approx Spring Bud. HEX triplet: B4, FC and 03. RGB value is (180,252,3). Sum of RGB (Red+Green+Blue) = 180+252+3=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 252 (98.83% from 255 or 57.93% from 435); Blue value is 3 (1.56% from 255 or 0.69% from 435); Max value from RGB is 252 - color contains mainly: green. Hex color #B4FC03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B4FC03 is #4B03FC. Grayscale: #CBCBCB. Windows color (decimal): -4916221 or 261300. OLE color: 261300.

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

Color convert

RGB1802523-
CMYK0.2900.990.01
HSL77.35º97.65%50%-
HSV(B)77.35º98.81%98.82%-
XYZ53.6579.3312.57-
YUV202.0915.65112.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.38%
GREEN value IS 252 (98.83% from 255) = 57.93%
BLUE value IS 3 (1.56% from 255) = 0.69%
R=41.38%
G=57.93%
B=0.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal18025230.2900.990.0177.3597.6550
HexB4FC31D06314d6232
Octal2643743350143111514262
Binary1011010011111100111110101100011110011011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FC03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FC03; }

 p { color: rgb(180,252,3); }

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

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

 a { background-color: rgb(180,252,3); }

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

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

 span { border-color: rgb(180,252,3); }

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