#B4FE4C

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

Shades of Green Yellow #B4FE4C

Tints of Green Yellow #B4FE4C

Color information

#B4FE4C (or 0xB4FE4C) is unknown color: approx Green Yellow. HEX triplet: B4, FE and 4C. RGB value is (180,254,76). Sum of RGB (Red+Green+Blue) = 180+254+76=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 76 (30.08% from 255 or 14.90% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #B4FE4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B4FE4C is #4B01B3. Grayscale: #D4D4D4. Windows color (decimal): -4915636 or 5045940. OLE color: 5045940.

HSL color Cylindrical-coordinate representation of color #B4FE4C: hue angle of 84.94º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B4FE4C is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB18025476-
CMYK0.2900.700.00
HSL84.94º98.89%64.71%-
HSV(B)84.94º70.08%99.61%-
XYZ55.5781.1119.56-
YUV211.5851.48105.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.29%
GREEN value IS 254 (99.61% from 255) = 49.80%
BLUE value IS 76 (30.08% from 255) = 14.90%
R=35.29%
G=49.80%
B=14.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal180254760.2900.700.0084.9498.8964.71
HexB4FE4C1D0460556341
Octal2643761143501060125143101
Binary1011010011111110100110011101010001100101010111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FE4C; }

 p { color: rgb(180,254,76); }

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

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

 a { background-color: rgb(180,254,76); }

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

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

 span { border-color: rgb(180,254,76); }

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