#B4FC40

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

Shades of Green Yellow #B4FC40

Tints of Green Yellow #B4FC40

Color information

#B4FC40 (or 0xB4FC40) is unknown color: approx Green Yellow. HEX triplet: B4, FC and 40. RGB value is (180,252,64). Sum of RGB (Red+Green+Blue) = 180+252+64=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 252 (98.83% from 255 or 50.81% from 496); Blue value is 64 (25.39% from 255 or 12.90% from 496); Max value from RGB is 252 - color contains mainly: green. Hex color #B4FC40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B4FC40 is #4B03BF. Grayscale: #D1D1D1. Windows color (decimal): -4916160 or 4258996. OLE color: 4258996.

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

Color convert

RGB18025264-
CMYK0.2900.750.01
HSL82.98º96.91%61.96%-
HSV(B)82.98º74.6%98.82%-
XYZ54.5679.6917.36-
YUV209.0446.15107.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.29%
GREEN value IS 252 (98.83% from 255) = 50.81%
BLUE value IS 64 (25.39% from 255) = 12.90%
R=36.29%
G=50.81%
B=12.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal180252640.2900.750.0182.9896.9161.96
HexB4FC401D04B153613e
Octal264374100350113112314176
Binary101101001111110010000001110101001011110100111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FC40; }

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

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

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

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

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

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

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

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