#B4F42D

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

Shades of Green Yellow #B4F42D

Tints of Green Yellow #B4F42D

Color information

#B4F42D (or 0xB4F42D) is unknown color: approx Green Yellow. HEX triplet: B4, F4 and 2D. RGB value is (180,244,45). Sum of RGB (Red+Green+Blue) = 180+244+45=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 244 (95.70% from 255 or 52.03% from 469); Blue value is 45 (17.97% from 255 or 9.59% from 469); Max value from RGB is 244 - color contains mainly: green. Hex color #B4F42D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B4F42D is #4B0BD2. Grayscale: #CACACA. Windows color (decimal): -4918227 or 3011764. OLE color: 3011764.

HSL color Cylindrical-coordinate representation of color #B4F42D: hue angle of 79.3º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B4F42D is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB18024445-
CMYK0.2600.820.04
HSL79.3º90.05%56.67%-
HSV(B)79.3º81.56%95.69%-
XYZ51.6574.5914.16-
YUV202.1839.3112.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.38%
GREEN value IS 244 (95.70% from 255) = 52.03%
BLUE value IS 45 (17.97% from 255) = 9.59%
R=38.38%
G=52.03%
B=9.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal180244450.2600.820.0479.390.0556.67
HexB4F42D1A05244f5a39
Octal26436455320122411713271
Binary1011010011110100101101110100101001010010011111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F42D; }

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

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

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

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

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

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

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

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