#BAFC47

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

Shades of Green Yellow #BAFC47

Tints of Green Yellow #BAFC47

Color information

#BAFC47 (or 0xBAFC47) is unknown color: approx Green Yellow. HEX triplet: BA, FC and 47. RGB value is (186,252,71). Sum of RGB (Red+Green+Blue) = 186+252+71=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 252 (98.83% from 255 or 49.51% from 509); Blue value is 71 (28.12% from 255 or 13.95% from 509); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFC47 is #4503B8. Grayscale: #D4D4D4. Windows color (decimal): -4522937 or 4717754. OLE color: 4717754.

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

Color convert

RGB18625271-
CMYK0.2600.720.01
HSL81.88º96.79%63.33%-
HSV(B)81.88º71.83%98.82%-
XYZ56.280.5118.54-
YUV211.6348.63109.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 252 (98.83% from 255) = 49.51%
BLUE value IS 71 (28.12% from 255) = 13.95%
R=36.54%
G=49.51%
B=13.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal186252710.2600.720.0181.8896.7963.33
HexBAFC471A048152613f
Octal272374107320110112214177
Binary101110101111110010001111101001001000110100101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFC47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFC47; }

 p { color: rgb(186,252,71); }

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

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

 a { background-color: rgb(186,252,71); }

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

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

 span { border-color: rgb(186,252,71); }

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