#B4F241

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

Shades of Green Yellow #B4F241

Tints of Green Yellow #B4F241

Color information

#B4F241 (or 0xB4F241) is unknown color: approx Green Yellow. HEX triplet: B4, F2 and 41. RGB value is (180,242,65). Sum of RGB (Red+Green+Blue) = 180+242+65=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 242 (94.92% from 255 or 49.69% from 487); Blue value is 65 (25.78% from 255 or 13.35% from 487); Max value from RGB is 242 - color contains mainly: green. Hex color #B4F241 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B4F241 is #4B0DBE. Grayscale: #CBCBCB. Windows color (decimal): -4918719 or 4321972. OLE color: 4321972.

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

Color convert

RGB18024265-
CMYK0.2600.730.05
HSL81.02º87.19%60.2%-
HSV(B)81.02º73.14%94.9%-
XYZ51.5373.5916.49-
YUV203.2849.96111.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.96%
GREEN value IS 242 (94.92% from 255) = 49.69%
BLUE value IS 65 (25.78% from 255) = 13.35%
R=36.96%
G=49.69%
B=13.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal180242650.2600.730.0581.0287.1960.2
HexB4F2411A049551573c
Octal264362101320111512112774
Binary10110100111100101000001110100100100110110100011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F241; }

 p { color: rgb(180,242,65); }

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

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

 a { background-color: rgb(180,242,65); }

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

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

 span { border-color: rgb(180,242,65); }

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