#B4FA2D

Color #B4FA2D Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #B4FA2D

Tints of Green Yellow #B4FA2D

Color information

#B4FA2D (or 0xB4FA2D) is unknown color: approx Green Yellow. HEX triplet: B4, FA and 2D. RGB value is (180,250,45). Sum of RGB (Red+Green+Blue) = 180+250+45=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 250 (98.05% from 255 or 52.63% from 475); Blue value is 45 (17.97% from 255 or 9.47% from 475); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FA2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B4FA2D is #4B05D2. Grayscale: #CECECE. Windows color (decimal): -4916691 or 3013300. OLE color: 3013300.

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

Color convert

RGB18025045-
CMYK0.2800.820.02
HSL80.49º95.35%57.84%-
HSV(B)80.49º82%98.04%-
XYZ53.4878.2614.77-
YUV205.737.31109.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 250 (98.05% from 255) = 52.63%
BLUE value IS 45 (17.97% from 255) = 9.47%
R=37.89%
G=52.63%
B=9.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal180250450.2800.820.0280.4995.3557.84
HexB4FA2D1C0522505f3a
Octal26437255340122212013772
Binary101101001111101010110111100010100101010100001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FA2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FA2D; }

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

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

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

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

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

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

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

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