#B4FA04

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

Shades of Spring Bud #B4FA04

Tints of Spring Bud #B4FA04

Color information

#B4FA04 (or 0xB4FA04) is unknown color: approx Spring Bud. HEX triplet: B4, FA and 04. RGB value is (180,250,4). Sum of RGB (Red+Green+Blue) = 180+250+4=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 250 (98.05% from 255 or 57.60% from 434); Blue value is 4 (1.95% from 255 or 0.92% from 434); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FA04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B4FA04 is #4B05FB. Grayscale: #C9C9C9. Windows color (decimal): -4916732 or 326324. OLE color: 326324.

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

Color convert

RGB1802504-
CMYK0.2800.980.02
HSL77.07º96.85%49.8%-
HSV(B)77.07º98.4%98.04%-
XYZ53.0378.0812.39-
YUV201.0316.81113-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 250 (98.05% from 255) = 57.60%
BLUE value IS 4 (1.95% from 255) = 0.92%
R=41.47%
G=57.60%
B=0.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal18025040.2800.980.0277.0796.8549.8
HexB4FA41C06224d6132
Octal2643724340142211514162
Binary101101001111101010011100011000101010011011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FA04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FA04; }

 p { color: rgb(180,250,4); }

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

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

 a { background-color: rgb(180,250,4); }

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

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

 span { border-color: rgb(180,250,4); }

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