#B4F33A

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

Shades of Green Yellow #B4F33A

Tints of Green Yellow #B4F33A

Color information

#B4F33A (or 0xB4F33A) is unknown color: approx Green Yellow. HEX triplet: B4, F3 and 3A. RGB value is (180,243,58). Sum of RGB (Red+Green+Blue) = 180+243+58=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 243 (95.31% from 255 or 50.52% from 481); Blue value is 58 (23.05% from 255 or 12.06% from 481); Max value from RGB is 243 - color contains mainly: green. Hex color #B4F33A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B4F33A is #4B0CC5. Grayscale: #CBCBCB. Windows color (decimal): -4918470 or 3863476. OLE color: 3863476.

HSL color Cylindrical-coordinate representation of color #B4F33A: hue angle of 80.43º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B4F33A is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB18024358-
CMYK0.2600.760.05
HSL80.43º88.52%59.02%-
HSV(B)80.43º76.13%95.29%-
XYZ51.6474.1115.59-
YUV203.0746.13111.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.42%
GREEN value IS 243 (95.31% from 255) = 50.52%
BLUE value IS 58 (23.05% from 255) = 12.06%
R=37.42%
G=50.52%
B=12.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal180243580.2600.760.0580.4388.5259.02
HexB4F33A1A04C550593b
Octal26436372320114512013173
Binary1011010011110011111010110100100110010110100001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F33A; }

 p { color: rgb(180,243,58); }

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

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

 a { background-color: rgb(180,243,58); }

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

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

 span { border-color: rgb(180,243,58); }

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