#B4F142

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

Shades of Green Yellow #B4F142

Tints of Green Yellow #B4F142

Color information

#B4F142 (or 0xB4F142) is unknown color: approx Green Yellow. HEX triplet: B4, F1 and 42. RGB value is (180,241,66). Sum of RGB (Red+Green+Blue) = 180+241+66=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 66 (26.17% from 255 or 13.55% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #B4F142 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B4F142 is #4B0EBD. Grayscale: #CBCBCB. Windows color (decimal): -4918974 or 4387252. OLE color: 4387252.

HSL color Cylindrical-coordinate representation of color #B4F142: hue angle of 80.91º degrees, saturation: 0.86, 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 #B4F142 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB18024166-
CMYK0.2500.730.05
HSL80.91º86.21%60.2%-
HSV(B)80.91º72.61%94.51%-
XYZ51.2673.0116.54-
YUV202.8150.79111.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.96%
GREEN value IS 241 (94.53% from 255) = 49.49%
BLUE value IS 66 (26.17% from 255) = 13.55%
R=36.96%
G=49.49%
B=13.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal180241660.2500.730.0580.9186.2160.2
HexB4F14219049551563c
Octal264361102310111512112674
Binary10110100111100011000010110010100100110110100011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F142; }

 p { color: rgb(180,241,66); }

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

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

 a { background-color: rgb(180,241,66); }

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

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

 span { border-color: rgb(180,241,66); }

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